IApiClientSerialization Methods |
The IApiClientSerialization type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeserializeFromStream<T> |
Deserializes the data structure contained by the specified stream
into an instance of the specified type.
|
![]() | Serialize<T> |
Serializes the specified object to a sequence of bytes,
following the provided rules for camel case property name and null value handling.
|
![]() | SerializeToString<T> |
Serializes the specified object to a JSON string,
following the provided rules for camel case property name and null value handling.
|