HttpHeaderV1PropagationCodec.DefaultJsonConverterpublic interface JsonDeserializer<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
deserialize(byte[] data) |
Deserialize JSON encoded in UTF-8 bytes as a 'T'.
|
T deserialize(byte[] data) throws IOException
data - to deserialize - must not be valid JSON data.IOException - if any error occurs during deserialization.Copyright © 2019–2020 Honeycomb. All rights reserved.