public class JParameterizedSerializer extends JParameterizedMapper<JSerializerType>
Serializer| Constructor and Description |
|---|
JParameterizedSerializer(JSerializerType key,
JSerializerType json)
Constructor for JParameterizedSerializer.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
getJsonClass()
getJsonClass
|
protected Class |
getKeyClass()
getKeyClass
|
protected Class |
getMainClass()
getMainClass
|
getInstance, getJson, getKeypublic JParameterizedSerializer(JSerializerType key, JSerializerType json)
Constructor for JParameterizedSerializer.
key - a JSerializerType object.json - a JSerializerType object.protected Class getMainClass()
getMainClass
getMainClass in class JParameterizedMapper<JSerializerType>Class object.protected Class getKeyClass()
getKeyClass
getKeyClass in class JParameterizedMapper<JSerializerType>Class object.protected Class getJsonClass()
getJsonClass
getJsonClass in class JParameterizedMapper<JSerializerType>Class object.Copyright © 2017. All Rights Reserved.