Package org.ic4j.candid.gson
Class GsonSerializer
- java.lang.Object
-
- org.ic4j.candid.gson.GsonSerializer
-
- All Implemented Interfaces:
org.ic4j.candid.ObjectSerializer
public class GsonSerializer extends java.lang.Object implements org.ic4j.candid.ObjectSerializer
-
-
Constructor Summary
Constructors Constructor Description GsonSerializer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GsonSerializercreate()static GsonSerializercreate(org.ic4j.candid.parser.IDLType idlType)org.ic4j.candid.parser.IDLValueserialize(java.lang.Object value)
-
-
-
Method Detail
-
create
public static GsonSerializer create(org.ic4j.candid.parser.IDLType idlType)
-
create
public static GsonSerializer create()
-
serialize
public org.ic4j.candid.parser.IDLValue serialize(java.lang.Object value)
- Specified by:
serializein interfaceorg.ic4j.candid.ObjectSerializer
-
-