| java.lang.Object samples.encoding.DataSer
DataSer | public class DataSer implements Serializer(Code) | | |
serialize | public void serialize(QName name, Attributes attributes, Object value, SerializationContext context) throws IOException(Code) | | Serialize an element named name, with the indicated attributes
and value.
Parameters: name - is the element name Parameters: attributes - are the attributes...serialize is free to add more. Parameters: value - is the value Parameters: context - is the SerializationContext |
|
|