Class CLValueByteSerializer
Inheritance
CLValueByteSerializer
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
|
Edit this page
View Source
FromReader(BinaryReader)
Declaration
public CLValue FromReader(BinaryReader reader)
Parameters
Returns
|
Edit this page
View Source
ToBytes(CLValue)
Declaration
public byte[] ToBytes(CLValue source)
Parameters
| Type |
Name |
Description |
| CLValue |
source |
|
Returns
Implements