protostuff v1.0.0.M3 Release Notes
Release Date: 2010-07-10 // about 12 years ago-
- faster utf8 string serialization
- write operations on IOUtil now require a buffer as an extra arg. This allows the developer to determine the appropriate buffer size needed for a particular message (to avoid buffer allocation overhead). The LinkedBuffer can be re-used by calling LinkedBuffer.clear() ... w/c is applicable to application/thread-local/network buffers.
- โ added protostuf-yaml for yaml serialization (zero-copy capable).
- Issue 24: JsonInput not able to skip repeated scalar fields that are unknown
- ๐ support serializing Map fields via the MapSchema.
- ๐ make Schema.typeClass() return the super type.
- Issue 23: Validation missing (for required fields) when nested messages are "group_encoded"