protostuff v1.8.0 Release Notes
Release Date: 2022-03-12 // over 2 years ago-
-Dprotostuff.runtime.preserve_null_elements=true
preserves null elements in collections/arrays. This property replaces-Dprotostuff.runtime.allow_null_array_element=true
, which only applied to arrays. Note that this works only on the binary formats (protostuff/protobuf/graph)- ๐ allow protostuff-runtime to work with java 9 and above
- ๐ handle invalid repeated/collection/map pojos during serialization (Issue 309)
- include class and field name in error msg for invalid repeated/collection/map pojos during serialization (Issue 309)
Previous changes from v1.7.4
-
- include class and field name in error msg for invalid repeated/collection/map pojos during serialization (Issue 309)