IApiClientSerialization Methods |
The IApiClientSerialization type exposes the following members.
Name | Description | |
---|---|---|
DeserializeFromStreamT |
Deserializes the data structure contained by the specified stream
into an instance of the specified type.
| |
SerializeT |
Serializes the specified object to a sequence of bytes,
following the provided rules for camel case property name and null value handling.
| |
SerializeToStringT |
Serializes the specified object to a JSON string,
following the provided rules for camel case property name and null value handling.
|