PrimitiveValueSerializer class abstract

Inheritance
Implementers

Constructors

PrimitiveValueSerializer()

Properties

chunk → Uint8List
no setter
hashCode → int
The hash code for this object.
no setterinherited
hole → Object
no setterinherited
nextId ↔ int
ID of the next serialized object.
getter/setter pair
nul → Object
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringWriteBuffer ↔ List<int>?
Temporary char buffer for string writing.
getter/setter pair
undefined → Object
no setterinherited
writer → BinaryWriter
final

Methods

assignId(Object object) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() → String
A string representation of this object.
inherited
writeDouble(double value) → void
writeHeader() → void
Writes out a header, which includes the format version.
writeInt(int value) → void
writeString(String value) → void
Write {@link String} string to the buffer
writeTag(int tag) → void
writeValue(dynamic value) → bool
Serializes a JavaScript delegate object into the buffer.

Operators

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