Key-Value Mapping with Type Information

November 15, 2025 ยท View on GitHub

size
jsonb409Using WriteClassName
hessian644
fury670Configured with CompatibleMode.COMPATIBLE
java serialize1123

Key-Value Mapping without Type Information

Objects are mapped using a Key-Value approach. The advantage of this method is that adding and deleting fields does not affect compatibility.

size
json451
jsonb348

Array Mapping without Type Information

Objects are mapped using an array approach. This method's compatibility is affected by adding or deleting fields.

size
json276Configured with BeanToArray
jsonb223Configured with BeanToArray
protobuf-3235