msgpack / msgpack-haskell

Haskell implementation of MessagePack / msgpack.org[Haskell]
http://hackage.haskell.org/package/msgpack
138 stars 80 forks source link

Add default values for java clients #16

Open unnonouno opened 12 years ago

unnonouno commented 12 years ago

All member variables of Java clients are initialized with null. This patch set default values (e.g. new ArrayList()) of member variables.