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