| Package | Description |
|---|---|
| org.nd4j.serde.json |
| Class and Description |
|---|
| BaseLegacyDeserializer
A base deserialization class used to handle deserializing of a specific class given changes from subtype wrapper
format to class field format.
That is: from... {@code @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.WRAPPER_OBJECT)} {@code @JsonSubTypes(value = {@JsonSubTypes.Type(value = LossBinaryXENT.class, name = "BinaryXENT"),}...} to {@code @JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")} |
Copyright © 2018. All rights reserved.