Casper.Network.SDK
Show / Hide Table of Contents

Class DeployApprovalByteSerializer

Inheritance
object
BaseByteSerializer
DeployApprovalByteSerializer
Implements
IByteSerializer<Approval>
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 DeployApprovalByteSerializer : BaseByteSerializer, IByteSerializer<Approval>

Methods

| Edit this page View Source

ToBytes(Approval)

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

Implements

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