public interface MarshalListener
Modifier and Type | Method and Description |
---|---|
void |
postMarshal(Object object)
This method is called after an object
has been marshalled.
|
boolean |
preMarshal(Object object)
This method is called before an object
is to be marshalled.
|
boolean preMarshal(Object object)
object
- the Object about to be marshalled.void postMarshal(Object object)
object
- the Object that was marshalled.Copyright © 2024. All rights reserved.