Casper.Network.SDK
Show / Hide Table of Contents

Class BaseByteSerializer

Inheritance
object
BaseByteSerializer
CLValueByteSerializer
CalltableSerialization
DeployApprovalByteSerializer
DeployByteSerializer
ExecutableDeployItemByteSerializer
GlobalStateKeyByteSerializer
NamedArgByteSerializer
PayloadFields
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.ByteSerializers
Assembly: Casper.Network.SDK.dll
Syntax
public class BaseByteSerializer

Methods

| Edit this page View Source

WriteByte(MemoryStream, byte)

Declaration
protected static void WriteByte(MemoryStream ms, byte value)
Parameters
Type Name Description
MemoryStream ms
byte value
| Edit this page View Source

WriteBytes(MemoryStream, byte[])

Declaration
protected static void WriteBytes(MemoryStream ms, byte[] value)
Parameters
Type Name Description
MemoryStream ms
byte[] value
| Edit this page View Source

WriteInteger(MemoryStream, int)

Declaration
protected static void WriteInteger(MemoryStream ms, int value)
Parameters
Type Name Description
MemoryStream ms
int value
| Edit this page View Source

WriteMaybeUInteger(MemoryStream, uint?)

Declaration
protected static void WriteMaybeUInteger(MemoryStream ms, uint? maybeValue)
Parameters
Type Name Description
MemoryStream ms
uint? maybeValue
| Edit this page View Source

WriteString(MemoryStream, string)

Declaration
protected static void WriteString(MemoryStream ms, string value)
Parameters
Type Name Description
MemoryStream ms
string value
| Edit this page View Source

WriteUInteger(MemoryStream, uint)

Declaration
protected static void WriteUInteger(MemoryStream ms, uint value)
Parameters
Type Name Description
MemoryStream ms
uint value
| Edit this page View Source

WriteULong(MemoryStream, ulong)

Declaration
protected static void WriteULong(MemoryStream ms, ulong value)
Parameters
Type Name Description
MemoryStream ms
ulong value
| Edit this page View Source

WriteUShort(MemoryStream, ushort)

Declaration
protected static void WriteUShort(MemoryStream ms, ushort value)
Parameters
Type Name Description
MemoryStream ms
ushort value
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC