PrimitiveValueDeserializer class
abstract
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
-
-
-
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