public interface Marshaller
Modifier and Type | Method and Description |
---|---|
void |
marshall(Writer wrt,
Object value)
Write out an object to the writer.
|
void marshall(Writer wrt, Object value) throws Exception
wrt
- the object is written to this.value
- object to write to the writer provided.Exception
- whenever thers a problem.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.