Package iip.serializers
Class RoutingTestDataImplSerializer
- java.lang.Object
-
- iip.serializers.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 Summary
Fields Modifier and Type Field Description private static com.fasterxml.jackson.databind.ObjectMapperMAPPER
-
Constructor Summary
Constructors Constructor Description RoutingTestDataImplSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutingTestDataImplclone(RoutingTestDataImpl origin)RoutingTestDataImplfrom(byte[] data)java.lang.Class<RoutingTestDataImpl>getType()byte[]to(RoutingTestDataImpl source)
-
-
-
Method Detail
-
from
public RoutingTestDataImpl from(byte[] data) throws java.io.IOException
- Specified by:
fromin interfacede.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],RoutingTestDataImpl>- Throws:
java.io.IOException
-
to
public byte[] to(RoutingTestDataImpl source) throws java.io.IOException
- Specified by:
toin interfacede.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<RoutingTestDataImpl,byte[]>- Throws:
java.io.IOException
-
clone
public RoutingTestDataImpl clone(RoutingTestDataImpl origin) throws java.io.IOException
- Specified by:
clonein interfacede.iip_ecosphere.platform.transport.serialization.Serializer<RoutingTestDataImpl>- Throws:
java.io.IOException
-
getType
public java.lang.Class<RoutingTestDataImpl> getType()
- Specified by:
getTypein interfacede.iip_ecosphere.platform.transport.serialization.Serializer<RoutingTestDataImpl>
-
-