Class RowVectorDeserializer

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

    @Deprecated
    public class RowVectorDeserializer
    extends org.nd4j.shade.jackson.databind.JsonDeserializer<INDArray>
    Deprecated.
    • 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 Deprecated Methods 
      Modifier and Type Method Description
      INDArray deserialize​(org.nd4j.shade.jackson.core.JsonParser jsonParser, org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)
      Deprecated.
       
      • 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

      • RowVectorDeserializer

        public RowVectorDeserializer()
        Deprecated.
    • Method Detail

      • deserialize

        public INDArray deserialize​(org.nd4j.shade.jackson.core.JsonParser jsonParser,
                                    org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)
                             throws IOException
        Deprecated.
        Specified by:
        deserialize in class org.nd4j.shade.jackson.databind.JsonDeserializer<INDArray>
        Throws:
        IOException