public BuffaloCall unmarshall(Reader reader) {
return marshallingStrategy.unmarshal(new FastStreamReader(reader), converterLookup);
}
public BuffaloCall unmarshall(InputStream inputStream) {
return marshallingStrategy.unmarshal(new FastInputStreamReader(inputStream), converterLookup);
}