} catch (InstantiationException e) {
throw new RuntimeException(e);
} catch (IllegalAccessException e) {
throw new RuntimeException(e);
}
return SerializedRequestBuilder.class.cast(b.resolver(FunctionResolver.DEFAULT));
}
public static class SerializedRequestBuilder extends AtmosphereRequestBuilder {
public SerializedRequestBuilder() {
super();