Class RoutingConnInSerializer

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

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

      • MAPPER

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

      • RoutingConnInSerializer

        public RoutingConnInSerializer()
    • Method Detail

      • from

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

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

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

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