public class LegacyIActivationDeserializer extends BaseLegacyDeserializer<IActivation>
| Constructor and Description |
|---|
LegacyIActivationDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDeserializedType() |
org.nd4j.shade.jackson.databind.ObjectMapper |
getLegacyJsonMapper() |
Map<String,String> |
getLegacyNamesMap() |
static void |
registerLegacyClassDefaultName(@NonNull Class<? extends IActivation> clazz) |
static void |
registerLegacyClassSpecifiedName(@NonNull String name,
@NonNull Class<? extends IActivation> clazz) |
static void |
setLegacyJsonMapper(org.nd4j.shade.jackson.databind.ObjectMapper mapper) |
deserializedeserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic static void setLegacyJsonMapper(org.nd4j.shade.jackson.databind.ObjectMapper mapper)
public Map<String,String> getLegacyNamesMap()
getLegacyNamesMap in class BaseLegacyDeserializer<IActivation>public org.nd4j.shade.jackson.databind.ObjectMapper getLegacyJsonMapper()
getLegacyJsonMapper in class BaseLegacyDeserializer<IActivation>public Class<?> getDeserializedType()
getDeserializedType in class BaseLegacyDeserializer<IActivation>public static void registerLegacyClassDefaultName(@NonNull
@NonNull Class<? extends IActivation> clazz)
public static void registerLegacyClassSpecifiedName(@NonNull
@NonNull String name,
@NonNull
@NonNull Class<? extends IActivation> clazz)
Copyright © 2021. All rights reserved.