Package org.deeplearning4j.nn.conf.serde
Class JsonMappers
- java.lang.Object
-
- org.deeplearning4j.nn.conf.serde.JsonMappers
-
public class JsonMappers extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonMappers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.nd4j.shade.jackson.databind.ObjectMapper
getLegacyMapper()
static org.nd4j.shade.jackson.databind.ObjectMapper
getMapper()
static org.nd4j.shade.jackson.databind.ObjectMapper
getMapperYaml()
-
-
-
Method Detail
-
getMapper
public static org.nd4j.shade.jackson.databind.ObjectMapper getMapper()
- Returns:
- The default/primary ObjectMapper for deserializing JSON network configurations in DL4J
-
getLegacyMapper
public static org.nd4j.shade.jackson.databind.ObjectMapper getLegacyMapper()
-
getMapperYaml
public static org.nd4j.shade.jackson.databind.ObjectMapper getMapperYaml()
- Returns:
- The default/primary ObjectMapper for deserializing network configurations in DL4J (YAML format)
-
-