SerdeContext

A context used during (de)serialization to traverse complex nested serialization trees.

Constructors

this
this(Serde owner)

Constructor for a context.

Members

Functions

beginObject
SerdeContext beginObject()

Begins an object within the context.

beginRange
SerdeContext beginRange()

Begins a data range within the context.

endObject
void endObject(SerdeContext object)

Ends an object within the context.

endRange
void endRange(SerdeContext object)

Ends a data range within the context.

Properties

owner
Serde owner [@property getter]

The owner object which created the context.

Meta