Class DeployByteSerializer
Implements
Inherited Members
Namespace: Casper.Network.SDK.ByteSerializers
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployByteSerializer : BaseByteSerializer, IByteSerializer<Deploy>
Methods
| Edit this page View SourceToBytes(Deploy)
Declaration
public byte[] ToBytes(Deploy source)
Parameters
| Type | Name | Description |
|---|---|---|
| Deploy | source |
Returns
| Type | Description |
|---|---|
| byte[] |
ToBytes(DeployHeader)
Declaration
public byte[] ToBytes(DeployHeader source)
Parameters
| Type | Name | Description |
|---|---|---|
| DeployHeader | source |
Returns
| Type | Description |
|---|---|
| byte[] |