7internal class QueryObjSerializer : BaseSerializer<QueryObj>
10 throw new NotImplementedException();
17 writer.WriteNullValue();
20 writer.WriteStartObject();
21 writer.WriteFieldName(
"object");
22 var ser = Serializer.Generate(context, o.Unwrap.GetType());
24 writer.WriteEndObject();
Represents error that occur during serialization and deserialization of Fauna data.
A class representing the mapping context to be used during serialization and deserialization.
Represents a dictionary of FQL queries.
override void Serialize(MappingContext ctx, Utf8FaunaWriter writer)
Serializes the query value.
string UnsupportedSerializationTypeMessage(Type type)
A helper to build an unsupported serialization type exception message.
object? ISerializer. Deserialize(MappingContext ctx, ref Utf8FaunaReader reader)
Consumes or partially consumes the provided reader and deserializes into a result.
void ISerializer. Serialize(MappingContext context, Utf8FaunaWriter writer, object? o)
Serializes the provided object onto the Utf8FaunaWriter