T
- Type of object to marshall.public interface StructuredJsonMarshaller<T>
StructuredJsonGenerator
.Modifier and Type | Method and Description |
---|---|
void |
marshall(T val,
StructuredJsonGenerator jsonGenerator)
Marshalls the value using the
StructuredJsonGenerator . |
void marshall(T val, StructuredJsonGenerator jsonGenerator)
StructuredJsonGenerator
.val
- Object to marshall.jsonGenerator
- StructuredJsonGenerator
with methods to write various types to the JSON document.Copyright © 2024. All rights reserved.