Serializes the arguments as container to stream.
packer.packArray(true, 1); // -> [true, 1] packer.packMap("Hi", 100); // -> ["Hi":100]
In packMap, the number of arguments must be even.
the contents to serialize.
self, i.e. for method chaining.
See Implementation
Serializes the arguments as container to stream.
In packMap, the number of arguments must be even.