Class KRec13AnonImplSerializer

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

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

      • MAPPER

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

      • KRec13AnonImplSerializer

        public KRec13AnonImplSerializer()
    • Method Detail

      • from

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

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

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

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