com.caucho.hessian.io
Class UnsafeUnsharedSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.UnsafeSerializer
com.caucho.hessian.io.UnsafeUnsharedSerializer
- All Implemented Interfaces:
- Serializer
public class UnsafeUnsharedSerializer
- extends UnsafeSerializer
Serializing an object for known object types.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsafeUnsharedSerializer
public UnsafeUnsharedSerializer(Class<?> cl)
writeObject
public void writeObject(Object obj,
AbstractHessianOutput out)
throws IOException
- Specified by:
writeObject in interface Serializer- Overrides:
writeObject in class UnsafeSerializer
- Throws:
IOException
Copyright © 2013. All Rights Reserved.