| Interface | Description |
|---|---|
| XmlUtils.ReadMapCallback | |
| XmlUtils.WriteMapCallback |
| Class | Description |
|---|---|
| ArrayUtils |
ArrayUtils contains some methods that you can call to find out
the most efficient increments by which to grow arrays.
|
| FastXmlSerializer |
This is a quick and dirty implementation of XmlSerializer that isn't horribly
painfully slow like the normal one.
|
| GrowingArrayUtils |
A helper class that aims to provide comparable growth performance to ArrayList, but on primitive
arrays.
|
| Preconditions |
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
|
| XmlUtils |