// if a direct match is not found, all serializers are
// searched in the reverse order that they were registered here (via the
// serializerList)
// for the first serializer that canSerialize the java class type.
try {
this.registerSerializer(new RawJSONArraySerializer());
} catch (Throwable t) {
}
try {
this.registerSerializer(new RawJSONObjectSerializer());
} catch (Throwable t) {