public class DeployNamedArgByteSerializer extends java.lang.Object implements ByteSerializer<DeployNamedArg>
| Constructor and Description |
|---|
DeployNamedArgByteSerializer(TypesFactory typesFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<DeployNamedArg> |
getType()
Obtains the type of the source to be serialized.
|
byte[] |
toBytes(DeployNamedArg source)
Converts an object to a byte array.
|
public DeployNamedArgByteSerializer(TypesFactory typesFactory)
public byte[] toBytes(DeployNamedArg source)
ByteSerializertoBytes in interface ByteSerializer<DeployNamedArg>source - the source object to convert to bytespublic java.lang.Class<DeployNamedArg> getType()
ByteSerializergetType in interface ByteSerializer<DeployNamedArg>