com.googlecode.jpattern.gwt.client.serializer
Interface ISerializerService

All Superinterfaces:
IService
All Known Implementing Classes:
AutoBeanSerializerService, GwtProJsonSerializerService, NullSerializerService

public interface ISerializerService
extends IService

Author:
cinafr

Method Summary
<T> IObjectSerializer<T>
getObjectSerializer(Class<T> clazz)
           
 

Method Detail

getObjectSerializer

<T> IObjectSerializer<T> getObjectSerializer(Class<T> clazz)


Copyright © 2011. All Rights Reserved.