public abstract class RLPSerializable
extends java.lang.Object
| Constructor and Description |
|---|
RLPSerializable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
decodeRLP(byte[] rlpEncodedData)
Decode data from encoded RLP
|
protected abstract byte[] |
encodeRLP()
Encodes all create fields via RLP
|
protected byte[] |
fromRawRlp(int idx,
byte[][] raw) |
protected byte[] |
fromRawRlp(int idx,
java.lang.Object[] raw) |
protected byte[][] |
objArrToByteArrArr(java.lang.Object[] input) |
protected abstract void decodeRLP(byte[] rlpEncodedData)
rlpEncodedData - protected abstract byte[] encodeRLP()
RLPprotected byte[][] objArrToByteArrArr(java.lang.Object[] input)
protected byte[] fromRawRlp(int idx,
java.lang.Object[] raw)
protected byte[] fromRawRlp(int idx,
byte[][] raw)