|
|
eden RR: ECMAScript data exchange notation Ridge Racer
eden is a serializer/deserializer library using a subset of the ECMAScript notation, it allows to exchange and interpret data keeping the structure and the type.
Features:
- work with any ECMA-262 compliant client hosts
- work (or will work) with most of server hosts
- can be used as a:
- data format (notation)
- a messaging protocol (data exchange and/or remoting call)
- a storage format (data and object persistence)
- type supported:
- Array
- Boolean
- Date
- Null
- Number
- Object
- String
- any custom objects/constructors
- function and objects method call
- security features
- isolation scope
- white list authorization
Releases:
- eden v0.1 for AS3/ES4
svn check out
- edenlite v0.1 for ECMA-262
svn check out
