Click or drag to resize

IApiClientSerialization Methods

The IApiClientSerialization type exposes the following members.

Methods
  NameDescription
Public methodDeserializeFromStreamT
Deserializes the data structure contained by the specified stream into an instance of the specified type.
Public methodSerializeT
Serializes the specified object to a sequence of bytes, following the provided rules for camel case property name and null value handling.
Public methodSerializeToStringT
Serializes the specified object to a JSON string, following the provided rules for camel case property name and null value handling.
Top
See Also