public class CommandJsonSerializer extends Object implements de.iip_ecosphere.platform.transport.serialization.Serializer<Command>
Command.| Constructor and Description |
|---|
CommandJsonSerializer() |
public byte[] to(Command value) throws IOException
to in interface de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<Command,byte[]>IOExceptionpublic Command from(byte[] data) throws IOException
from in interface de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],Command>IOExceptionpublic Command clone(Command origin) throws IOException
clone in interface de.iip_ecosphere.platform.transport.serialization.Serializer<Command>IOExceptionCopyright © 2022. All rights reserved.