Allows implementing classes to perform their own serialization. Hand written serialization can be more efficient in some cases.
The default serializer for KryoSerializable is {@link KryoSerializableSerializer}, which uses {@link Kryo#newInstance(Class)}to construct the class.
@author Nathan Sweet
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.