public class CharacterTypeSerializer extends AbstractValueTypeSerializer<Character>
Character type.customization| Constructor | Description |
|---|---|
CharacterTypeSerializer(Customization customization) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
serialize(Character obj,
javax.json.stream.JsonGenerator generator,
Marshaller marshaller) |
serializepublic CharacterTypeSerializer(Customization customization)
customization - Model customization.protected void serialize(Character obj, javax.json.stream.JsonGenerator generator, Marshaller marshaller)
serialize in class AbstractValueTypeSerializer<Character>Copyright © 2018 Oracle Corporation. All rights reserved.