Casper.Network.SDK
Show / Hide Table of Contents

Class GlobalStateKeyByteSerializer

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

Methods

ToBytes(GlobalStateKey)

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

Implements

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