| Package | Description |
|---|---|
| com.casper.sdk.service.serialization.types |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployApprovalByteSerializer
Byte serializer for the a
DeployApproval type object |
class |
DeployNamedArgByteSerializer |
class |
ModuleBytesByteSerializer
The byte serializer for
ModuleBytes deploy executables |
class |
PublicKeyByteSerializer |
class |
StoredContractByHashByteSerializer
The byte serializer for
StoredContractByHash deploy executables |
class |
StoredContractByNameByteSerializer
The byte serializer for
StoredContractByName deploy executables |
class |
StoredVersionedContractByHashByteSerializer
The byte serializer for
StoredVersionedContractByHash deploy executables |
class |
StoredVersionedContractByNameByteSerializer
The byte serializer for
StoredVersionedContractByName deploy executables |
class |
TransferByteSerializer
The byte serializer for
Transfer deploy executables |
| Modifier and Type | Method and Description |
|---|---|
<T> ByteSerializer<T> |
ByteSerializerFactory.getByteSerializer(T source)
Obtains a
ByteSerializer for the specified casper type object. |
<T> ByteSerializer<T> |
ByteSerializerFactory.getByteSerializerByType(Class<T> type)
Obtains a
ByteSerializer for the specified casper type object class. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ByteSerializerFactory.register(ByteSerializer<?> byteSerializer) |
Copyright © 2022. All rights reserved.