Serializing a null value does not seem to make any sense. I guess if you write a method to serialize something, and a null is passed, you need to decide to pass out a zero byte array, or just pass back another null. I chose to just pass back a null. Hope that didn't break anyt...
[More]