|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectcom.caucho.hessian.io.ContextSerializerFactory
public class ContextSerializerFactory
The classloader-specific Factory for returning serialization
构造方法摘要 | |
---|---|
ContextSerializerFactory(ContextSerializerFactory parent,
java.lang.ClassLoader loader)
|
方法摘要 | |
---|---|
static ContextSerializerFactory |
create()
|
static ContextSerializerFactory |
create(java.lang.ClassLoader loader)
|
java.lang.ClassLoader |
getClassLoader()
|
Deserializer |
getCustomDeserializer(java.lang.Class cl)
Returns a custom deserializer the class |
Serializer |
getCustomSerializer(java.lang.Class cl)
Returns a custom serializer the class |
Deserializer |
getDeserializer(java.lang.String className)
Returns the deserializer for a given class. |
Serializer |
getSerializer(java.lang.String className)
Returns the serializer for a given class. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public ContextSerializerFactory(ContextSerializerFactory parent, java.lang.ClassLoader loader)
方法详细信息 |
---|
public static ContextSerializerFactory create()
public static ContextSerializerFactory create(java.lang.ClassLoader loader)
public java.lang.ClassLoader getClassLoader()
public Serializer getSerializer(java.lang.String className)
public Serializer getCustomSerializer(java.lang.Class cl)
cl
- the class of the object that needs to be serialized.
public Deserializer getDeserializer(java.lang.String className)
public Deserializer getCustomDeserializer(java.lang.Class cl)
cl
- the class of the object that needs to be deserialized.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |