Class PlatformType.Serializer

    • Constructor Detail

      • Serializer

        public Serializer()
    • Method Detail

      • serialize

        public void serialize​(PlatformType value,
                              com.fasterxml.jackson.core.JsonGenerator g)
                       throws java.io.IOException,
                              com.fasterxml.jackson.core.JsonGenerationException
        Specified by:
        serialize in class StoneSerializer<PlatformType>
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonGenerationException
      • deserialize

        public PlatformType deserialize​(com.fasterxml.jackson.core.JsonParser p)
                                 throws java.io.IOException,
                                        com.fasterxml.jackson.core.JsonParseException
        Specified by:
        deserialize in class StoneSerializer<PlatformType>
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonParseException