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提供的序列化机制来编码对象,以及解码字符串。

可设置SerializerEncrypterSerializer 的默认值为JavaSerializer

作者:
renhui

字段摘要
 
从类 org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder 继承的字段
encrypter, serializer
 
构造方法摘要
SerializationEncoder()
           
 
方法摘要
 Encrypter getEncrypter()
           
 Serializer getSerializer()
           
 void setEncrypter(Encrypter encrypter)
           
 void setSerializer(Serializer serializer)
           
 
从类 org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder 继承的方法
decode, encode, init, toString
 
从类 org.tinygroup.support.BeanSupport 继承的方法
afterPropertiesSet, assertInitialized, destroy, dispose, getBeanDescription, getBeanDescription, getBeanInterface, getBeanName, isInitialized, postDispose, postInit, preDispose, preInit, resolveBeanInterface, setBeanName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.