Class Rec1ImplSerializer

java.lang.Object
iip.serializers.Rec1ImplSerializer
All Implemented Interfaces:
de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],Rec1Impl>, de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<Rec1Impl,byte[]>, de.iip_ecosphere.platform.transport.serialization.Serializer<Rec1Impl>, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<Rec1Impl,byte[]>

public class Rec1ImplSerializer extends Object implements de.iip_ecosphere.platform.transport.serialization.Serializer<Rec1Impl>
JSON transport serializer for Rec1. Generated by: EASy-Producer.
  • Field Details

    • MAPPER

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

    • Rec1ImplSerializer

      public Rec1ImplSerializer()
  • Method Details

    • from

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

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

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

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