# EncodeDataDict
Simple object passed to encodeData to encode data into a Titanium.Buffer.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# destPosition
destPosition :Number
The position in dest to set the encoded data (optional, default is 0)
Default: 0
# type
type :String
The data type of the source object:
- TYPE_BASE64STRING - source is a base64 encoded string
- TYPE_HEXSTRING - source is a hexadecimal formatted string
- TYPE_BLOB - source is a Titanium.Blob object