A kryo adapter for the {@link java.io.ObjectOutput} class. Note that this is not a Kryo implementationof {@link java.io.ObjectOutputStream} which has special handling for default serialization and serializationextras like writeReplace. By default it will simply delegate to the appropriate kryo method. Also, using it will currently add one extra byte for each time {@link #writeObject(Object)} is invoked since we needto allow unknown null objects.
@author Robert DiFalco
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.