Class GsonSerializer

  • All Implemented Interfaces:
    org.ic4j.candid.ObjectSerializer

    public class GsonSerializer
    extends java.lang.Object
    implements org.ic4j.candid.ObjectSerializer
    • Constructor Detail

      • GsonSerializer

        public GsonSerializer()
    • Method Detail

      • create

        public static GsonSerializer create​(org.ic4j.candid.parser.IDLType idlType)
      • serialize

        public org.ic4j.candid.parser.IDLValue serialize​(java.lang.Object value)
        Specified by:
        serialize in interface org.ic4j.candid.ObjectSerializer