Class NamedArgByteSerializer
Inheritance
NamedArgByteSerializer
Assembly: Casper.Network.SDK.dll
Syntax
public class NamedArgByteSerializer : BaseByteSerializer, IByteSerializer<NamedArg>
Methods
|
Edit this page
View Source
FromBytes(byte[])
Declaration
public NamedArg FromBytes(byte[] bytes)
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
Returns
|
Edit this page
View Source
FromReader(BinaryReader)
Declaration
public NamedArg FromReader(BinaryReader reader)
Parameters
Returns
|
Edit this page
View Source
ToBytes(NamedArg)
Declaration
public byte[] ToBytes(NamedArg source)
Parameters
Returns
Implements