Public Member Functions | |
| T | Deserialize (MappingContext context, ref Utf8FaunaReader reader) |
| void | Serialize (MappingContext context, Utf8FaunaWriter writer, object? o) |
Public Member Functions inherited from Fauna.Serialization.ISerializer< T > | |
| new T | Deserialize (MappingContext context, ref Utf8FaunaReader reader) |
| object? | Deserialize (MappingContext context, ref Utf8FaunaReader reader) |
| void | Serialize (MappingContext ctx, Utf8FaunaWriter w, object? o) |
Protected Member Functions | |
| string | UnexpectedTokenExceptionMessage (TokenType token) |
| string | UnsupportedSerializationTypeMessage (Type type) |
Static Protected Member Functions | |
| static SerializationException | UnexpectedToken (TokenType token) |
Definition at line 16 of file ISerializer.cs.
|
abstract |
|
abstract |
|
staticprotected |
|
protected |
|
protected |