![]() | DefaultSerializer Methods |
The DefaultSerializer type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateJsonStreamReader |
Create an IJsonStreamReader for parsing a Stream.
|
![]() | DeserializeT(Stream) |
Deserializes the specified stream into the Type T specified as a generic parameter.
|
![]() | DeserializeT(ReadOnlyMemory) | |
![]() | DeserializeAsyncT | |
![]() | GetDeserializationSettings | |
![]() | GetMemberName |
Get the name which will be used for a given member during serialization/deserialization.
|
![]() | Serialize |
Serializes the specified object onto a stream.
|
![]() | SerializeAsync |
Serializes the specified object onto a stream.
|
Name | Description | |
---|---|---|
![]() | DeserializeT |
Deserializes the specified buffer into the Type T specified as a generic parameter.
(Defined by TypeSerializerExtensions.) |
![]() | Serialize |
Serializes the specified object onto a stream.
(Defined by TypeSerializerExtensions.) |