Casper.Network.SDK
Show / Hide Table of Contents

Class DeployApprovalByteSerializer

Inheritance
System.Object
BaseByteSerializer
DeployApprovalByteSerializer
Implements
IByteSerializer<DeployApproval>
Inherited Members
BaseByteSerializer.WriteInteger(MemoryStream, Int32)
BaseByteSerializer.WriteUInteger(MemoryStream, UInt32)
BaseByteSerializer.WriteULong(MemoryStream, UInt64)
BaseByteSerializer.WriteByte(MemoryStream, Byte)
BaseByteSerializer.WriteBytes(MemoryStream, Byte[])
BaseByteSerializer.WriteString(MemoryStream, String)
Namespace: Casper.Network.SDK.ByteSerializers
Assembly: Casper.Network.SDK.dll
Syntax
public class DeployApprovalByteSerializer : BaseByteSerializer, IByteSerializer<DeployApproval>

Methods

ToBytes(DeployApproval)

Declaration
public byte[] ToBytes(DeployApproval source)
Parameters
Type Name Description
DeployApproval source
Returns
Type Description
System.Byte[]

Implements

IByteSerializer<T>
In This Article
Back to top Maintained by MAKE Technology LLC