Click or drag to resize

CHAPSecretConverterWriteJson Method

During serialization, only write the value in the Secret property of the CHAPSecret object

Namespace:  SolidFire.Core.Converters
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

writer
Type: JsonWriter
value
Type: SystemObject
serializer
Type: JsonSerializer
See Also