Example usage for java.io ObjectOutput interface-usage

List of usage examples for java.io ObjectOutput interface-usage

Introduction

In this page you can find the example usage for java.io ObjectOutput interface-usage.

Usage

From source file org.apache.axis2.context.externalize.DebugObjectOutputStream.java

/**
 * DebugObjectOutputStream delegates to an ObjectOutput object.
 * Each method logs in/out trace information
 */
public class DebugObjectOutputStream implements ObjectStreamConstants, ObjectOutput {
    private static final Log log = LogFactory.getLog(DebugObjectOutputStream.class);

From source file org.polymap.rhei.fulltext.servlet.GeoJsonEncoder.java

/**
 * This stream encodes {@link SimpleFeature} and {@link Document} objects into
 * GeoJSON stream. Later this may also extend to be a {@link PipelineProcessor}
 * 
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>
 */

From source file org.apache.axis2.context.externalize.SafeObjectOutputStream.java

/**
 * A SafeObjectOutputStream provides extra mechanisms to ensure that 
 * objects can be safely serialized to the ObjectOutput.
 * 
 * If an Object is written to a normal ObjectOutput, the ObjectOutput is left in 
 * an unknown state if a NotSerializableException occurs.

From source file org.polymap.rhei.fulltext.servlet.GeoRssEncoder.java

/**
 * This stream encodes {@link SimpleFeature} and {@link Document} objects into
 * GeoRSS stream. Later this may also extend to be a {@link PipelineProcessor}
 * 
 * @author <a href="http://www.polymap.de">Falko Braeutigam</a>
 * @version POLYMAP3 ($Revision$)

From source file com.exadel.flamingo.flex.messaging.amf.io.AMF3Serializer.java

/**
 * @author Franck WOLFF
 */
public class AMF3Serializer extends DataOutputStream implements ObjectOutput, AMF3Constants {

    ///////////////////////////////////////////////////////////////////////////