org.tinygroup.weblayer.webcontext.session.encode.impl
类 SerializationEncoder
java.lang.Object
org.tinygroup.support.BeanSupport
org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
- 所有已实现的接口:
- org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, SessionEncoder
public class SerializationEncoder
- extends AbstractSerializationEncoder
通过Serializer提供的序列化机制来编码对象,以及解码字符串。
可设置Serializer和Encrypter, Serializer
的默认值为JavaSerializer。
- 作者:
- renhui
| 从类 org.tinygroup.support.BeanSupport 继承的方法 |
afterPropertiesSet, assertInitialized, destroy, dispose, getBeanDescription, getBeanDescription, getBeanInterface, getBeanName, isInitialized, postDispose, postInit, preDispose, preInit, resolveBeanInterface, setBeanName |
SerializationEncoder
public SerializationEncoder()
getSerializer
public Serializer getSerializer()
setSerializer
public void setSerializer(Serializer serializer)
getEncrypter
public Encrypter getEncrypter()
setEncrypter
public void setEncrypter(Encrypter encrypter)
Copyright © 2006–2014 开源组织. All rights reserved.