Go to the source code of this file.
Classes | |
interface | Fauna.Serialization.ISerializer< out T > |
A generic interface that defines serialize and deserialize behavior for a specific type, and declares the supported FaunaType. More... | |
class | Fauna.Serialization.BaseSerializer< T > |
An abstract class encapsulating common serialization and deserialization logic. More... | |
Namespaces | |
namespace | Fauna |
namespace | Fauna.Serialization |
Functions | |
object? ISerializer. | Fauna.Serialization.Deserialize (MappingContext ctx, ref Utf8FaunaReader reader) |
Consumes or partially consumes the provided reader and deserializes into a result. | |
void ISerializer. | Fauna.Serialization.Serialize (MappingContext context, Utf8FaunaWriter writer, object? o) |
Serializes the provided object onto the Utf8FaunaWriter | |