public class GsonDeserializer
extends java.lang.Object
implements org.ic4j.candid.ObjectDeserializer
| Constructor and Description |
|---|
GsonDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static GsonDeserializer |
create() |
static GsonDeserializer |
create(org.ic4j.candid.parser.IDLType idlType) |
<T> T |
deserialize(org.ic4j.candid.parser.IDLValue value,
java.lang.Class<T> clazz) |
void |
setIDLType(org.ic4j.candid.parser.IDLType idlType) |
public static GsonDeserializer create(org.ic4j.candid.parser.IDLType idlType)
public static GsonDeserializer create()
public void setIDLType(org.ic4j.candid.parser.IDLType idlType)
setIDLType in interface org.ic4j.candid.ObjectDeserializerpublic <T> T deserialize(org.ic4j.candid.parser.IDLValue value,
java.lang.Class<T> clazz)
deserialize in interface org.ic4j.candid.ObjectDeserializer