T - contracts typepublic interface ContractReader<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
read(byte[] bytes)
Reads contracts from bytes.
|
default T read(byte[] bytes)
bytes - - byte representation of contractsCopyright © 2016–2020 Spring. All rights reserved.