Class LegacyDistributionDeserializer

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

    public class LegacyDistributionDeserializer
    extends org.nd4j.shade.jackson.databind.JsonDeserializer<Distribution>
    • 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
      Distribution 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

      • LegacyDistributionDeserializer

        public LegacyDistributionDeserializer()
    • Method Detail

      • deserialize

        public Distribution 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<Distribution>
        Throws:
        IOException
        org.nd4j.shade.jackson.core.JsonProcessingException