public
Description: Ruby WDDX gem.
Homepage: http://code.juretta.com/ruby/wddx/
Clone URL: git://github.com/juretta/wddx.git
Search Repo:
wddx / Manifest.txt
100644 27 lines (27 sloc) 0.619 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
History.txt
README.txt
wddx.xml
bin/wddx
lib/wddx.rb
lib/wddx/version.rb
lib/wddx/core_ext.rb
lib/wddx/deserializer.rb
lib/wddx/rails_plugin.rb
lib/wddx/record_set.rb
lib/wddx/serializer.rb
lib/wddx/struct.rb
lib/wddx/wddx_packet.rb
test/test_helper.rb
test/wddx_test.rb
test/fixtures/doc.1.xml
test/fixtures/invalid_wddx.1.xml
test/fixtures/java.test.xml
test/fixtures/php_test.xml
test/fixtures/simple_array.2.xml
test/fixtures/simple_array.xml
test/fixtures/test.1.xml
test/fixtures/ascii_characters.txt
test/fixtures/wddx_dtd_10.dtd
examples/wddx_deserialize.rb
examples/wddx_serialize.rb
examples/example_helper.rb