public abstract class AbstractSerDe<T> extends Object implements JsonDeserializer<T>, JsonSerializer<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.nd4j.shade.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
AbstractSerDe() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
deserializeClass(String json,
Class<T> cls) |
protected String |
serializeClass(T obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializeserializeCopyright © 2019. All rights reserved.