public final class ObjectSerializerRegistry extends Object
Modifier and Type | Method and Description |
---|---|
static ObjectSerializationHandler |
getHandlerByObjectType(Class<?> clazz) |
static ObjectSerializationHandler |
getHandlerBySerialType(String type) |
static ObjectTypeMapper |
getMapperByObjectType(Class<?> clazz) |
static ObjectTypeMapper |
getMapperBySerialType(String type) |
public static ObjectTypeMapper getMapperBySerialType(String type)
public static ObjectTypeMapper getMapperByObjectType(Class<?> clazz)
public static ObjectSerializationHandler getHandlerBySerialType(String type)
public static ObjectSerializationHandler getHandlerByObjectType(Class<?> clazz)
Copyright © 2022. All rights reserved.