|
| Deserialization (byte[] data) |
|
long | Remaining () |
|
bool | DeserializeBool () |
|
byte[] | ToBytes () |
|
byte[] | FixedBytes (int length) |
|
BCSMap | DeserializeMap (Type keyType, Type valueType) |
|
ISerializable[] | DeserializeSequence (Type valueDecoderType) |
| Deserializes a list of objects of same type.
|
|
TagSequence | DeserializeTagSequence () |
|
Sequence | DeserializeScriptArgSequence () |
|
TagSequence | DeserializeArgSequence (Type valueDecoderType) |
|
string | DeserializeString () |
|
ISerializable | Struct (Type structType) |
|
byte | DeserializeU8 () |
|
ushort | DeserializeU16 () |
|
uint | DeserializeU32 () |
|
ulong | DeserializeU64 () |
|
BigInteger | DeserializeU128 () |
|
BigInteger | DeserializeU256 () |
|
int | DeserializeUleb128 () |
|
byte[] | Read (int length) |
|
byte | ReadInt (int length) |
|
◆ DeserializeSequence()
ISerializable[] Aptos.BCS.Deserialization.DeserializeSequence |
( |
Type |
valueDecoderType | ) |
|
|
inline |
Deserializes a list of objects of same type.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- Aptos.BCS/Serialization.cs