T - the type parameterpublic interface JacksonSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonDeserializer<? extends T> |
deser()
Jackson custom deserializer
|
com.fasterxml.jackson.databind.JsonSerializer<T> |
ser()
Jackson custom serializer
|
Class<T> |
type()
jackson serializer class type.
|
Copyright © 2024 Apache. All rights reserved.