* @param scope the TypeHelper to use for locating types.
* @return the new XMLStreamHelper.
*/
public static ObjectInputStream createObjectInputStream(InputStream inputStream, HelperContext helperContext) throws IOException
{
return new SDOObjectInputStream(inputStream, helperContext);
}