Casper.Network.SDK
Show / Hide Table of Contents

Class CLValueByteSerializer

Inheritance
object
BaseByteSerializer
CLValueByteSerializer
Implements
IByteSerializer<CLValue>
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 CLValueByteSerializer : BaseByteSerializer, IByteSerializer<CLValue>

Methods

| Edit this page View Source

FromBytes(byte[])

Declaration
public CLValue FromBytes(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Returns
Type Description
CLValue
| Edit this page View Source

FromReader(BinaryReader)

Declaration
public CLValue FromReader(BinaryReader reader)
Parameters
Type Name Description
BinaryReader reader
Returns
Type Description
CLValue
| Edit this page View Source

ToBytes(CLValue)

Declaration
public byte[] ToBytes(CLValue source)
Parameters
Type Name Description
CLValue source
Returns
Type Description
byte[]

Implements

IByteSerializer<T>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC