Class RoutingTestDataImplSerializer

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

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

      • MAPPER

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

      • RoutingTestDataImplSerializer

        public RoutingTestDataImplSerializer()
    • Method Detail

      • from

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

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