Class JsonLfReader.UnknownValue
- java.lang.Object
-
- com.daml.ledger.javaapi.data.codegen.json.JsonLfReader.UnknownValue
-
- Enclosing class:
- JsonLfReader
public static class JsonLfReader.UnknownValue extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
decodeWith(JsonLfDecoder<T> decoder)
static JsonLfReader.UnknownValue
read(JsonLfReader r)
-
-
-
Method Detail
-
read
public static JsonLfReader.UnknownValue read(JsonLfReader r) throws JsonLfDecoder.Error
- Throws:
JsonLfDecoder.Error
-
decodeWith
public <T> T decodeWith(JsonLfDecoder<T> decoder) throws JsonLfDecoder.Error
- Throws:
JsonLfDecoder.Error
-
-