Package 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.
-
-
Field Summary
-
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
NULL
-
-
Constructor Summary
Constructors Constructor Description UnsafeUnsharedSerializer(Class<?> cl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteObject(Object obj, AbstractHessianOutput out)-
Methods inherited from class com.caucho.hessian.io.UnsafeSerializer
create, introspect, isEnabled, writeInstance, writeObject10
-
Methods inherited from class com.caucho.hessian.io.AbstractSerializer
getClass, writeDefinition20, writeReplace
-
-
-
-
Constructor Detail
-
UnsafeUnsharedSerializer
public UnsafeUnsharedSerializer(Class<?> cl)
-
-
Method Detail
-
writeObject
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
- Specified by:
writeObjectin interfaceSerializer- Overrides:
writeObjectin classUnsafeSerializer- Throws:
IOException
-
-