com.googlecode.jpattern.gwt.client.serializer
Class AutoBeanObjectSerializer<T>
java.lang.Object
com.googlecode.jpattern.gwt.client.serializer.AutoBeanObjectSerializer<T>
- All Implemented Interfaces:
- IObjectSerializer<T>
public class AutoBeanObjectSerializer<T>
- extends Object
- implements IObjectSerializer<T>
- Author:
- Francesco Cina'
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoBeanObjectSerializer
public AutoBeanObjectSerializer(IBeanFactory beanFactory,
Class<T> aClass)
deserialize
public T deserialize(String json)
- Specified by:
deserialize in interface IObjectSerializer<T>
serialize
public String serialize(T bean)
- Specified by:
serialize in interface IObjectSerializer<T>
getSerializerClass
public Class<T> getSerializerClass()
- Specified by:
getSerializerClass in interface IObjectSerializer<T>
Copyright © 2011. All Rights Reserved.