PrimitiveValueDeserializer class abstract

Inheritance
Implementers

Constructors

PrimitiveValueDeserializer(StringTable stringTable)

Properties

hashCode int
The hash code for this object.
no setterinherited
hole Object
no setterinherited
nul Object
no setterinherited
reader BinaryReader
Reader used for read buffer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringTable StringTable
StingTable used for byte[] to String
final
undefined Object
no setterinherited

Methods

assignId<T>(T object) → T
defineValueReader(int tag, ValueReaderFunc func) → void
defineValueReaders() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekTag() int
readArrayBufferViewTag() int
readBigInt() BigInt
readCommonString(StringEncoding encoding, StringLocation location, Object? relatedKey) String
readDate() DateTime
readDenseArray() VoltronArray
readDoubleWithRectification() num
readErrorTag() int
readHeader() → void
readHostObject() Object
readJSArrayBuffer() Object?
readJSBigInt() BigInt?
readJSBoolean(bool value) bool
readJSError() VoltronMap
readJSMap() VoltronMap
readJSNumber() num
readJSObject() VoltronMap
readJSRegExp() Object?
readJSSet() VoltronArray
readJSString(StringLocation location, Object? relatedKey) String?
readObjectReference() Object
readOneByteString(StringLocation location, Object? relatedKey) String
readSharedArrayBuffer() Object?
readSparseArray() VoltronArray
readString(StringLocation location, Object? relatedKey) String
readTag() int
readTransferredJSArrayBuffer() Object?
readTransferredWasmMemory() Object?
readTransferredWasmModule() Object?
readTwoByteString(StringLocation location, Object? relatedKey) String
readUTF8String(StringLocation location, Object? relatedKey) String
readValue({int tag = SerializationTag.kUnknownTag, StringLocation location = StringLocation.topLevel, Object? relatedKey}) Object?
readZigZag() int
reset() → void
toString() String
A string representation of this object.
inherited

Operators

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