Click or drag to resize

DefaultSerializer Methods

The DefaultSerializer type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodDeserializeT
Deserializes the specified buffer into the Type T specified as a generic parameter.
(Defined by TypeSerializerExtensions.)
Public Extension MethodSerialize
Serializes the specified object onto a stream.
(Defined by TypeSerializerExtensions.)
Top
See Also