BeanSerializer does not write header data, only the object data is stored. If the type of a bean property is not final (note primitives are final) then an extra byte is written for that property.
@see Serializer
@see Kryo#register(Class,Serializer)
@author Nathan Sweet
BeanSerializer
can be used to serialize and deserialize JavaBeans using the SOAP-ENC
encoding style. The public properties of the bean become named accessors.
@author Matthew J. Duftler (duftler@us.ibm.com)
|
|
|
|
|
|
|
|