Class LegacyIntArrayDeserializer

  • All Implemented Interfaces:
    org.nd4j.shade.jackson.databind.deser.NullValueProvider

    public class LegacyIntArrayDeserializer
    extends org.nd4j.shade.jackson.databind.JsonDeserializer<int[]>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        org.nd4j.shade.jackson.databind.JsonDeserializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] deserialize​(org.nd4j.shade.jackson.core.JsonParser jp, 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
    • Constructor Detail

      • LegacyIntArrayDeserializer

        public LegacyIntArrayDeserializer()
    • Method Detail

      • deserialize

        public int[] deserialize​(org.nd4j.shade.jackson.core.JsonParser jp,
                                 org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)
                          throws IOException,
                                 org.nd4j.shade.jackson.core.JsonProcessingException
        Specified by:
        deserialize in class org.nd4j.shade.jackson.databind.JsonDeserializer<int[]>
        Throws:
        IOException
        org.nd4j.shade.jackson.core.JsonProcessingException