public class KmipBytesDeserializer extends KmipJsonDeserializer<byte[]>
| Constructor and Description |
|---|
KmipBytesDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
deserialize(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserializes an already existing
JsonNode |
deserializedeserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic byte[] deserialize(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JacksonException
KmipJsonDeserializerJsonNodedeserialize in class KmipJsonDeserializer<byte[]>node - the JsonNodectxt - a DeserializationContextIOException - if the JSON cannot be readcom.fasterxml.jackson.core.JacksonException - if the JSON is malformedKmipJsonDeserializer.deserialize(JsonNode, DeserializationContext)Copyright © 2022. All rights reserved.