The following examples demonstrate the MUS serialization framework (serving as a primary guide for both mus and mus-stream libraries).
- types: Handling of arrays, slices, maps, and structs.
- validation: Data validation during unmarshalling.
- out_of_order: Deserializing values in reverse order.
- unsafe: High-performance serialization.
- pm: Serializing linked lists and cyclic graphs (Pointer Mapping).
- marshal_func: Using the
mus.Marshalfunction.