Serializes the type-information to stream.
These methods don't serialize contents. You need to call pack method to serialize contents at your own risk.
packer.beginArray(3).pack(true, 1); // -> [true, 1, // other operation packer.pack("Hi!"); // -> [true, 1, "Hi!"]
the length of container.
self, i.e. for method chaining.
See Implementation
Serializes the type-information to stream.
These methods don't serialize contents. You need to call pack method to serialize contents at your own risk.