Package iip.serializers
Class RoutingCommandImplSerializer
- java.lang.Object
-
- iip.serializers.RoutingCommandImplSerializer
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],RoutingCommandImpl>,de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<RoutingCommandImpl,byte[]>,de.iip_ecosphere.platform.transport.serialization.Serializer<RoutingCommandImpl>,de.iip_ecosphere.platform.transport.serialization.TypeTranslator<RoutingCommandImpl,byte[]>
public class RoutingCommandImplSerializer extends java.lang.Object implements de.iip_ecosphere.platform.transport.serialization.Serializer<RoutingCommandImpl>
JSON transport serializer for RoutingCommand. Generated by: EASy-Producer.
-
-
Field Summary
Fields Modifier and Type Field Description private static com.fasterxml.jackson.databind.ObjectMapperMAPPER
-
Constructor Summary
Constructors Constructor Description RoutingCommandImplSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutingCommandImplclone(RoutingCommandImpl origin)RoutingCommandImplfrom(byte[] data)java.lang.Class<RoutingCommandImpl>getType()byte[]to(RoutingCommandImpl source)
-
-
-
Method Detail
-
from
public RoutingCommandImpl from(byte[] data) throws java.io.IOException
- Specified by:
fromin interfacede.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],RoutingCommandImpl>- Throws:
java.io.IOException
-
to
public byte[] to(RoutingCommandImpl source) throws java.io.IOException
- Specified by:
toin interfacede.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<RoutingCommandImpl,byte[]>- Throws:
java.io.IOException
-
clone
public RoutingCommandImpl clone(RoutingCommandImpl origin) throws java.io.IOException
- Specified by:
clonein interfacede.iip_ecosphere.platform.transport.serialization.Serializer<RoutingCommandImpl>- Throws:
java.io.IOException
-
getType
public java.lang.Class<RoutingCommandImpl> getType()
- Specified by:
getTypein interfacede.iip_ecosphere.platform.transport.serialization.Serializer<RoutingCommandImpl>
-
-