public class DeployNamedArgByteSerializer extends Object implements ByteSerializer<DeployNamedArg>
| Constructor and Description |
|---|
DeployNamedArgByteSerializer(TypesFactory typesFactory) |
| Modifier and Type | Method and Description |
|---|---|
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 Class<DeployNamedArg> getType()
ByteSerializergetType in interface ByteSerializer<DeployNamedArg>Copyright © 2022. All rights reserved.