public class DeployApprovalByteSerializer extends Object implements ByteSerializer<DeployApproval>
DeployApproval type object| Constructor and Description |
|---|
DeployApprovalByteSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<DeployApproval> |
getType()
Obtains the type of the source to be serialized.
|
byte[] |
toBytes(DeployApproval source)
Converts an object to a byte array.
|
public byte[] toBytes(DeployApproval source)
ByteSerializertoBytes in interface ByteSerializer<DeployApproval>source - the source object to convert to bytespublic Class<DeployApproval> getType()
ByteSerializergetType in interface ByteSerializer<DeployApproval>Copyright © 2021. All rights reserved.