| Interface | Description |
|---|---|
| ISerializable |
Implement this interface if you want your object to be serializable
|
| Class | Description |
|---|---|
| ArrayUtils |
A class with helpful methods for handling arrays
|
| FileUtils |
A class to simplify file I/O
|
| LogicUtils |
A few helper functions for logic.
|
| ReflectionUtils |
Class that contains a few useful utilities to simplify reflection
|
| StringUtils |
A class for manipulating Strings
|
| TimeProfiler |
Simple class for figuring out how long things take to be done
|
| WebUtils |
Class for interacting with teh interwebz
|