# EncodeDataDict

Simple object passed to encodeData to encode data into a Titanium.Buffer.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# dest

Availability
0.8
0.8
9.2.0

The Titanium.Buffer to receive the encoded data


# destPosition

Availability
0.8
0.8
9.2.0
destPosition :Number

The position in dest to set the encoded data (optional, default is 0)

Default: 0


# source

Availability
0.8
0.8
9.2.0
source :String | Titanium.Blob

The data to encode (see 'type' for supported object types)


# type

Availability
0.8
0.8
9.2.0
type :String

The data type of the source object: