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 java.lang.Class |
getJsonClass()
getJsonClass
|
protected java.lang.Class |
getKeyClass()
getKeyClass
|
protected java.lang.Class |
getMainClass()
getMainClass
|
getInstance, getJson, getKeypublic JParameterizedSerializer(JSerializerType key, JSerializerType json)
Constructor for JParameterizedSerializer.
key - a JSerializerType object.json - a JSerializerType object.protected java.lang.Class getMainClass()
getMainClass
getMainClass in class JParameterizedMapper<JSerializerType>Class object.protected java.lang.Class getKeyClass()
getKeyClass
getKeyClass in class JParameterizedMapper<JSerializerType>Class object.protected java.lang.Class getJsonClass()
getJsonClass
getJsonClass in class JParameterizedMapper<JSerializerType>Class object.Copyright © 2018. All Rights Reserved.