Jackson2ExecutionContextStringSerializer@Deprecated public class XStreamExecutionContextStringSerializer extends java.lang.Object implements ExecutionContextSerializer, org.springframework.beans.factory.InitializingBean
ExecutionContextSerializer| Constructor and Description |
|---|
XStreamExecutionContextStringSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Object> |
deserialize(java.io.InputStream in)
Deprecated.
Deserializes the supplied input stream into a new execution context.
|
void |
init()
Deprecated.
|
void |
serialize(java.util.Map<java.lang.String,java.lang.Object> context,
java.io.OutputStream out)
Deprecated.
Serializes the passed execution context to the supplied OutputStream.
|
void |
setHierarchicalStreamDriver(com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)
Deprecated.
|
void |
setReflectionProvider(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
Deprecated.
|
public XStreamExecutionContextStringSerializer()
public void setReflectionProvider(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
public void setHierarchicalStreamDriver(com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void init()
throws java.lang.Exception
java.lang.Exceptionpublic void serialize(java.util.Map<java.lang.String,java.lang.Object> context,
java.io.OutputStream out)
throws java.io.IOException
serialize in interface org.springframework.core.serializer.Serializer<java.util.Map<java.lang.String,java.lang.Object>>context - Map containing the context information.out - OutputStream where the serialized context information
will be written.java.io.IOExceptionSerializer.serialize(Object, OutputStream)public java.util.Map<java.lang.String,java.lang.Object> deserialize(java.io.InputStream in)
throws java.io.IOException
deserialize in interface org.springframework.core.serializer.Deserializer<java.util.Map<java.lang.String,java.lang.Object>>in - InputStream containing the information to be deserialized.java.io.IOExceptionDeserializer.deserialize(InputStream)