| Class | WDDX::Binary |
| In: |
lib/wddx.rb
|
| Parent: | WddxData |
The binary datatype represents strings (blobs) of binary data. The WDDX DTD allows for multiple encodings of binary data. In this version only MIME style base64 encoding is supported by the specification. Optionally, the length of the encoded binary object can be provided as a hint to WDDX deserializers. It can be used to validate the length of the binary object after decoding. It can also be used for efficient allocation of memory during the decoding process.
| bin_data | -> | data |
| bin_data | [RW] |