| Constructor and Description |
|---|
V6Codec() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decode(InputStream inputStream,
Class<T> clazz) |
<T> T |
decode(InputStream inputStream,
com.fasterxml.jackson.core.type.TypeReference<T> type) |
byte[] |
encode(Object request) |
public static final Codec INSTANCE
public <T> T decode(InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> type) throws Exception
Copyright © 2022 The Apache Software Foundation. All rights reserved.