* @param scope the TypeHelper to use for locating types.
* @return the new XMLStreamHelper.
*/
public static ObjectOutputStream createObjectOutputStream(OutputStream outputStream, HelperContext helperContext) throws IOException
{
return new SDOObjectOutputStream(outputStream, helperContext);
}