public
Description: Ruby WDDX gem.
Homepage: http://code.juretta.com/ruby/wddx/
Clone URL: git://github.com/juretta/wddx.git
Search Repo:
juretta (author)
Wed Apr 30 23:41:28 -0700 2008
commit  356f7fcdb7ea3ea320d10ea8ab2014432a1a7b9e
tree    e3b4aa6735a870605ebfd4f3c5e07d78a37a2f09
parent  3d5df54c4cc87211b70f321a16271c28aff2e634
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