Go to file
2010-10-23 15:34:57 +00:00
gson Added support for deserializing from null input to a null value. 2010-10-22 16:06:59 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
proto initial check-in for implementing support for protocol buffers in Gson 2010-09-14 17:59:04 +00:00
wsclient Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource. 2010-10-17 16:01:36 +00:00
wsdef Revised the hashCode of Id to be based just on the value. Also, revised the equals method to return true when the only difference in the type is that one class is Foo and other is Foo<?, ?>. Added a compact toString() in the Id class that prints the type as MyType<Foo,Bar> instead of fully qualified names for each of the types. 2010-10-23 15:34:57 +00:00
wsexample removed spurious warnings and allowed extension of RestClient for creating testing fixtures. 2010-09-19 13:50:41 +00:00
wsf Added toString() methods. 2010-10-22 15:12:05 +00:00