Receives an object by a child
Loader .
author: Kohsuke Kawaguchi
Method Summary
void
receive(UnmarshallingContext.State state, Object o) Called when the child loader is deactivated.
Parameters: state - points to the parent's current state. Parameters: o - object that was loaded.
Called when the child loader is deactivated.
Parameters: state - points to the parent's current state. Parameters: o - object that was loaded. may be null.