The TypeScript type that this API serializes
Parse a JSON object into the typed representation, with lenient type coercion
Convert a typed object to a JSON-serializable representation
Encode an object to a compact binary format
Decode a binary buffer back to an object
Encode only the differences between two objects (delta compression)
Apply a delta to a base object to produce the updated object
Deep equality comparison that respects float precision settings
Create a deep clone of an object
The serialization API returned by load for a given schema type. Provides methods for encoding, decoding, delta compression, and object utilities.
Example