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 © 2016. All rights reserved.