Interface | Description |
---|---|
ObjectSerializer |
Interface describing methods for serializing an object to a string.
|
Class | Description |
---|---|
Args | |
Base64Codec |
Provides Base64 encoding and decoding .
|
ConnectionPoolStatisticsBean |
A bean representing connection pool statistics.
|
FastStack<T> | |
Hash | |
IdentitySet<T> | |
JSON |
Helper methods for JSON serialization and de-serialization
|
JSONCallback | |
JSONSerializers |
Defines static methods for getting
ObjectSerializer instances that produce various flavors of
JSON. |
MyAsserts | |
OptionMap | |
SimplePool<T> |
This class is NOT part of the public API.
|
StringBuilderPool | |
StringParseUtil | |
ThreadPool<T> | Deprecated
This class is no longer in use and should not have been public.
|
ThreadUtil | |
TimeConstants | |
UniqueList<T> | |
Util |
Misc utility helpers.
|
WeakBag<T> |
if its not obvious what a weak bag should do, then, well...
|
Exception | Description |
---|---|
JSONParseException |
Exception throw when invalid JSON is passed to JSONParser.
|
MyAsserts.MyAssert |
Package containing misc utils.