public class HibernateProxyTypeAdapter
extends com.google.gson.TypeAdapter<org.hibernate.proxy.HibernateProxy>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.TypeAdapterFactory |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.proxy.HibernateProxy |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
org.hibernate.proxy.HibernateProxy value) |
public org.hibernate.proxy.HibernateProxy read(com.google.gson.stream.JsonReader in)
throws IOException
read in class com.google.gson.TypeAdapter<org.hibernate.proxy.HibernateProxy>IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
org.hibernate.proxy.HibernateProxy value)
throws IOException
write in class com.google.gson.TypeAdapter<org.hibernate.proxy.HibernateProxy>IOExceptionCopyright © 2014–2015 CodeLutin. All rights reserved.