| Package | Description |
|---|---|
| com.casper.sdk.service.json.serialize | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
void |
CLTypeInfoSerializer.serialize(CLTypeInfo value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CLByteArrayInfo
Specialized
CLTypeInfo for byte arrays that have a size. |
class |
CLKeyInfo |
class |
CLMapTypeInfo
The type info for a CLMap
|
class |
CLOptionTypeInfo
Specialised type for Options that have an inner type
|
| Modifier and Type | Method and Description |
|---|---|
CLTypeInfo |
CLOptionTypeInfo.getInnerType() |
CLTypeInfo |
CLMapTypeInfo.getKeyType() |
CLTypeInfo |
CLMap.getKeyType() |
CLTypeInfo |
CLMapTypeInfo.getValueType() |
CLTypeInfo |
CLMap.getValueType() |
| Constructor and Description |
|---|
CLMapTypeInfo(CLTypeInfo keyType,
CLTypeInfo valueType) |
CLOptionTypeInfo(CLTypeInfo innerType) |
CLValue(byte[] bytes,
CLTypeInfo clType) |
CLValue(byte[] bytes,
CLTypeInfo clType,
Object parsed) |
CLValue(String hexBytes,
CLTypeInfo clType,
Object parsed) |
Copyright © 2022. All rights reserved.