Search
BinarySerializer Members
Methods
 


Defines an interface for custom serialization of Tag objects.

The following tables list the members exposed by the BinarySerializer type.

 Public Methods

  Name Description

Deserialize

Deserializes a property value from the provided reader.

Serialize

Serializes the specified property value to the provided writer.

ShouldSerialize

Returns a value indicating whether the specified property should be serialized.

 See Also