Samples
Forum
Support
Documentation
add
filter
find
findAll
getId
getIndex
getItem
load
map
move
parse
reduce
remove
removeAll
serialize
sort
update
Start
dhtmlxVault API
Data Collection
serialize
serializes Vault data into an array of JSON objects
array
serialize
();
array
an array of JSON objects for each file in Vault
Example
var
data
=
vault.
data
.
serialize
(
)
;
See also
API
parse
Articles
Loading List of Files
Back to top