found.remove(context.getString());
found.remove(context.getObject());
context.debug("Removing special cases types \"java.lang.Object\" and \"java.lang.String\".");
context.unbranch();
return found;
}
protected void throwEncounteredUnserializableType(final Type type) {
throw new SerializationFactoryGeneratorException("Encountered type that cannot be serialized, type: " + type);