Josh Jensen - 2009-08-25

This can be resolved via adding a default case to the de-serializer as it is landing on type "}" not a valid one due to the location of the semi-colon being placed right before the }.

You would add the case such as:

default:
//Attempt to move the pointer again.
Serializer.c ++;
return Serializer.unserialize_internal(data);