Class PropertyGroup.Serializer

    • Constructor Detail

      • Serializer

        public Serializer()
    • Method Detail

      • serialize

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

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