Casper.Network.SDK
Show / Hide Table of Contents

Class CalltableSerialization

Inheritance
object
BaseByteSerializer
CalltableSerialization
Inherited Members
BaseByteSerializer.WriteInteger(MemoryStream, int)
BaseByteSerializer.WriteUShort(MemoryStream, ushort)
BaseByteSerializer.WriteUInteger(MemoryStream, uint)
BaseByteSerializer.WriteULong(MemoryStream, ulong)
BaseByteSerializer.WriteByte(MemoryStream, byte)
BaseByteSerializer.WriteBytes(MemoryStream, byte[])
BaseByteSerializer.WriteString(MemoryStream, string)
BaseByteSerializer.WriteMaybeUInteger(MemoryStream, uint?)
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 CalltableSerialization : BaseByteSerializer

Constructors

| Edit this page View Source

CalltableSerialization()

Declaration
public CalltableSerialization()

Methods

| Edit this page View Source

AddField(int, CLValue)

Declaration
public CalltableSerialization AddField(int index, CLValue value)
Parameters
Type Name Description
int index
CLValue value
Returns
Type Description
CalltableSerialization
| Edit this page View Source

AddField(int, byte[])

Declaration
public CalltableSerialization AddField(int index, byte[] value)
Parameters
Type Name Description
int index
byte[] value
Returns
Type Description
CalltableSerialization
| Edit this page View Source

GetBytes()

Declaration
public byte[] GetBytes()
Returns
Type Description
byte[]
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC