PageNTreeArgConverter<T> class

Inheritance

Constructors

PageNTreeArgConverter()

Properties

canSerializeNull bool
Whether this converter can serialize null values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
itemConverters List<DogConverter>
Pre-resolved item converters for the type arguments.
getter/setter pairinherited
nativeModes List<NativeSerializerMode>
Pre-resolved native serializers for the type arguments.
getter/setter pairinherited
output → APISchemaObject
The output schema of the converter.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tree TypeTree
The type tree of the generic type instance.
getter/setter pairinherited

Methods

deserialize(dynamic value, DogEngine engine) Page
Deserializes a value to an instance of BASE.
override
deserializeArg(dynamic value, int index, DogEngine engine) → dynamic
Deserializes a the value using the converter of the indexth type argument.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(Page value, DogEngine engine) → dynamic
Serializes a value to a dynamic value.
override
serializeArg(dynamic value, int index, DogEngine engine) → dynamic
Serializes a the value using the converter of the indexth type argument.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited