| Package | Description |
|---|---|
| com.casper.sdk.service.json.deserialize | |
| com.casper.sdk.service.json.serialize | |
| com.casper.sdk.service.serialization.cltypes | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
CLValue |
CLValueJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CLValueJsonSerializer.serialize(CLValue value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
static CLValue |
CLValueBuilder.bool(Object value) |
static CLValue |
CLValueBuilder.byteArray(Object value) |
static CLValue |
CLValueBuilder.i32(Object value) |
static CLValue |
CLValueBuilder.i64(Object value) |
static CLValue |
CLValueBuilder.string(Object value) |
static CLValue |
CLValueBuilder.u256(Object value) |
static CLValue |
CLValueBuilder.u32(Object value) |
static CLValue |
CLValueBuilder.u512(Object value) |
static CLValue |
CLValueBuilder.u64(Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
CLKeyValue
Specialized value type for keys
|
class |
CLOptionValue
Specialisation of a value for an CL Option type
|
| Modifier and Type | Method and Description |
|---|---|
CLValue |
DeployNamedArg.getValue() |
| Modifier and Type | Method and Description |
|---|---|
DeployNamedArgBuilder |
DeployNamedArgBuilder.add(String name,
CLValue value) |
| Constructor and Description |
|---|
DeployNamedArg(String name,
CLValue value) |
Copyright © 2021. All rights reserved.