Class KRec13ImplSerializer

  • All Implemented Interfaces:
    de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],​KRec13Impl>, de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<KRec13Impl,​byte[]>, de.iip_ecosphere.platform.transport.serialization.Serializer<KRec13Impl>, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<KRec13Impl,​byte[]>

    public class KRec13ImplSerializer
    extends java.lang.Object
    implements de.iip_ecosphere.platform.transport.serialization.Serializer<KRec13Impl>
    JSON transport serializer for KRec13. Generated by: EASy-Producer.
    • Field Detail

      • MAPPER

        private static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
    • Constructor Detail

      • KRec13ImplSerializer

        public KRec13ImplSerializer()
    • Method Detail

      • from

        public KRec13Impl from​(byte[] data)
                        throws java.io.IOException
        Specified by:
        from in interface de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],​KRec13Impl>
        Throws:
        java.io.IOException
      • to

        public byte[] to​(KRec13Impl source)
                  throws java.io.IOException
        Specified by:
        to in interface de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<KRec13Impl,​byte[]>
        Throws:
        java.io.IOException
      • clone

        public KRec13Impl clone​(KRec13Impl origin)
                         throws java.io.IOException
        Specified by:
        clone in interface de.iip_ecosphere.platform.transport.serialization.Serializer<KRec13Impl>
        Throws:
        java.io.IOException
      • getType

        public java.lang.Class<KRec13Impl> getType()
        Specified by:
        getType in interface de.iip_ecosphere.platform.transport.serialization.Serializer<KRec13Impl>