Casper.Network.SDK
Show / Hide Table of Contents

Class DeployByteSerializer

Inheritance
System.Object
BaseByteSerializer
DeployByteSerializer
Implements
IByteSerializer<Deploy>
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 DeployByteSerializer : BaseByteSerializer, IByteSerializer<Deploy>

Methods

ToBytes(Deploy)

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

ToBytes(DeployHeader)

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

Implements

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