Package org.nd4j.common.primitives.serde
Class JsonDeserializerAtomicBoolean
- java.lang.Object
-
- org.nd4j.shade.jackson.databind.JsonDeserializer<AtomicBoolean>
-
- org.nd4j.common.primitives.serde.JsonDeserializerAtomicBoolean
-
- All Implemented Interfaces:
org.nd4j.shade.jackson.databind.deser.NullValueProvider
public class JsonDeserializerAtomicBoolean extends org.nd4j.shade.jackson.databind.JsonDeserializer<AtomicBoolean>
-
-
Constructor Summary
Constructors Constructor Description JsonDeserializerAtomicBoolean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicBooleandeserialize(org.nd4j.shade.jackson.core.JsonParser jsonParser, org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)-
Methods inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public AtomicBoolean deserialize(org.nd4j.shade.jackson.core.JsonParser jsonParser, org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext) throws IOException, org.nd4j.shade.jackson.core.JsonProcessingException
- Specified by:
deserializein classorg.nd4j.shade.jackson.databind.JsonDeserializer<AtomicBoolean>- Throws:
IOExceptionorg.nd4j.shade.jackson.core.JsonProcessingException
-
-