play.modules.morphia.utils
Class ModelFactoryGsonAdapter

java.lang.Object
  extended by play.modules.morphia.utils.ModelFactoryGsonAdapter

public class ModelFactoryGsonAdapter
extends java.lang.Object

Created by IntelliJ IDEA. User: luog Date: 14/01/12 Time: 7:52 PM To change this template use File | Settings | File Templates.


Constructor Summary
ModelFactoryGsonAdapter()
           
 
Method Summary
 JsonElement serialize(Model.Factory src, java.lang.reflect.Type typeOfSrc, JsonSerializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFactoryGsonAdapter

public ModelFactoryGsonAdapter()
Method Detail

serialize

public JsonElement serialize(Model.Factory src,
                             java.lang.reflect.Type typeOfSrc,
                             JsonSerializationContext context)