XMLPersistedObject
A class used for objects that cannot be serialized into XML.
Property |
Type |
Description |
---|---|---|
Bytes |
Byte[] |
Base64 encoded binary data. |
Remarks
Some objects, however, may not have the capability of being serialized into XML, or the data itself may be difficult to represent using XML elements, as is the case with BLOB fields that contain images. In such cases the object or BLOB is written to XML using this type, which has only one element, Bytes. The value of this element is base64 encoded binary data.
2/28/2020