Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Interface
weblogic.apache.xml.serialize.Serializer

Packages that use Serializer
weblogic.apache.xml.serialize Deprecated 9.2.0.0. Provides interfaces and classes for weblogic.apache.xml.serialize
 

Uses of Serializer in weblogic.apache.xml.serialize
 

Classes in weblogic.apache.xml.serialize that implement Serializer
 class BaseMarkupSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.BaseMarkupSerializer.
 class HTMLSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.HTMLSerializer.
 class TextSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.TextSerializer.
 class XHTMLSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.XHTMLSerializer.
 class XMLSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.XMLSerializer.
 

Methods in weblogic.apache.xml.serialize that return Serializer
abstract  Serializer SerializerFactory.makeSerializer(OutputFormat format)
          Deprecated. Create a new serializer based on the OutputFormat.
abstract  Serializer SerializerFactory.makeSerializer(OutputStream output, OutputFormat format)
          Deprecated. Create a new serializer, based on the OutputFormat and using the output byte stream and the encoding specified in the output format.
abstract  Serializer SerializerFactory.makeSerializer(Writer writer, OutputFormat format)
          Deprecated. Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06