Although the marshal
method accepts a java.lang.Object
as its first parameter, most Marshaller
implementations cannot handle arbitrary Object
s. Instead, a object class must be registered with the marshaller, or have a common base class.
@author Arjen Poutsma
@since 3.0
@see Unmarshaller
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|