protostuff v1.0.0.M3 Release Notes

Release Date: 2010-07-10 // almost 14 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"