Click or drag to resize

IApiClientSerialization Methods

The IApiClientSerialization type exposes the following members.

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