-
ariba.util.io.Serializer.writeObject()
Serializes anObject to its writer
-
blackberry.common.util.json4j.internal.Serializer.writeObject()
Method to write a complete JSON object to the stream.
@param object The JSON object to write out.
@throws IOException Thrown if an error occurs during write.
-
ch.njol.yggdrasil.YggdrasilOutputStream.writeObject()
-
com.alibaba.citrus.hessian.io.Hessian2Output.writeObject()
Writes any object to the output stream.
-
com.alibaba.com.caucho.hessian.io.Hessian2Output.writeObject()
Writes any object to the output stream.
-
com.alibaba.druid.support.json.JSONWriter.writeObject()
-
com.alibaba.dubbo.common.serialize.ObjectOutput.writeObject()
write object.
@param obj object.
-
com.alibaba.dubbo.common.serialize.support.java.CompactedObjectOutputStream.writeObject()
-
com.alibaba.fastjson.JSONWriter.writeObject()
-
com.backtype.hadoop.pail.Pail.TypedRecordOutputStream.writeObject()
-
com.betfair.cougar.transport.api.protocol.CougarObjectOutput.writeObject()
-
com.caucho.hessian.io.Hessian2Output.writeObject()
Writes any object to the output stream.
-
com.caucho.hessian.io.HessianOutput.writeObject()
Writes any object to the output stream.
-
com.caucho.hessian.io.Serializer.writeObject()
-
com.caucho.hessian4.io.HessianOutput.writeObject()
Writes any object to the output stream.
-
com.caucho.jms.message.StreamMessageImpl.writeObject()
Writes the next object.
-
com.caucho.json.JsonOutput.writeObject()
-
com.esotericsoftware.kryo.Kryo.writeObject()
Writes an object using the registered serializer.
-
com.esotericsoftware.kryo.ObjectBuffer.writeObject()
@see Kryo#writeObject(ByteBuffer,Object)
-
com.esotericsoftware.kryo.Serializer.writeObject()
Writes the object to the buffer.
@param object Can be null (writes a special class ID for a null object instead).
-
com.fasterxml.jackson.core.JsonGenerator.writeObject()
Method for writing given Java object (POJO) as Json. Exactly how the object gets written depends on object in question (ad on codec, its configuration); for most beans it will result in Json object, but for others Json array, or String or numeric value (and for nulls, Json null literal. NOTE: generator must have its object codec set to non-null value; for generators created by a mapping factory this is the case, for others not.
-
com.fasterxml.jackson.databind.util.TokenBuffer.writeObject()
-
com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.writeObject()
-
com.google.gwt.user.client.rpc.SerializationStreamWriter.writeObject()
-
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter.writeObject()
-
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.writeObject()
-
com.granule.json.internal.Serializer.writeObject()
Method to write a complete JSON object to the stream.
@param object The JSON object to write out.
@throws IOException Thrown if an error occurs during write.
-
com.hazelcast.nio.BufferObjectDataOutput.writeObject()
-
com.hazelcast.nio.ObjectDataOutput.writeObject()
-
com.hazelcast.nio.serialization.SerializationService.writeObject()
-
com.higherfrequencytrading.chronicle.Excerpt.writeObject()
-
com.impossibl.postgres.api.jdbc.PGSQLOutput.writeObject()
Write the object to the stream. This allows writing objects supported by the driver that are not derived from SQLData (e.g. UUID)
@param x Value to write to the stream
-
com.jgraph.editor.JGraphEditorModel.writeObject()
-
com.lmax.ant.paralleljunit.util.net.SocketConnection.writeObject()
-
com.maverick.crypto.asn1.DEROutputStream.writeObject()
-
com.mongodb.DBEncoder.writeObject()
Encode the BSONObject.
@param outputBuffer the OutputBuffer to write to
@param document the BSONObject to write
@return the number of characters in the encoding
-
com.ovea.jetty.session.serializer.jboss.serial.io.JBossObjectOutputStream.writeObject()
-
com.psddev.cms.tool.ToolPageContext.writeObject()
-
com.psddev.dari.util.HtmlWriter.writeObject()
-
com.sleepycat.bdb.bind.serial.SerialOutput.writeObject()
-
com.sleepycat.bind.serial.SerialOutput.writeObject()
-
com.sun.enterprise.container.common.spi.util.JavaEEObjectOutputStream.writeObject()
-
com.sun.faces.util.DebugObjectOutputStream.writeObject()
-
com.sun.grid.jgrid.server.JCEPOutputStream.writeObject()
-
com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe.SimpleUniverseState.writeObject()
-
com.sun.jini.test.spec.io.util.FakeMarshalOutputStream.writeObject()
-
com.sun.star.io.XObjectOutputStream.writeObject()
-
com.sun.star.lib.uno.environments.remote.IMarshal.writeObject()
-
com.tangosol.io.pof.PofBufferWriter.writeObject()
-
com.thinkaurelius.titan.graphdb.database.serialize.DataOutput.writeObject()
-
com.threerings.io.ObjectOutputStream.writeObject()
-
com.twitter.chill.SerDeState.writeObject()
-
com.wutka.jox.MyJOXBeanOutputStream.writeObject()
Writes a bean as XML, using rootName as the tag name for the document root. Other tag names will come from the names of the bean attributes.
@param rootName The name of the document root
@param ob The object to write out
@throws IOException If there is an error writing the object
-
datasoul.serviceitems.song.Song.writeObject()
-
de.ruedigermoeller.serialization.FSTObjectOutput.writeObject()
-
flex.messaging.io.amf.Amf3Output.writeObject()
Serialize an Object using AMF 3.
-
flex.messaging.io.amfx.AmfxOutput.writeObject()
-
gnu.java.rmi.RMIMarshalledObjectOutputStream.writeObject()
-
java.beans.PersistenceDelegate.writeObject()
The
writeObject
is a single entry point to the persistence and is used by a
Encoder
in the traditional mode of delegation. Although this method is not final, it should not need to be subclassed under normal circumstances.
This implementation first checks to see if the stream has already encountered this object. Next the mutatesTo
method is called to see if that candidate returned from the stream can be mutated into an accurate copy of oldInstance
. If it can, the initialize
method is called to perform the initialization. If not, the candidate is removed from the stream, and the instantiate
method is called to create a new candidate for this object.
@param oldInstance The instance that will be created by this expression.
@param out The stream to which this expression will be written.
@return An expression whose value is oldInstance
.
-
java.beans.XMLEncoder.writeObject()
Write an XML representation of the specified object to the output.
@param o The object to be written to the stream.
@see XMLDecoder#readObject
-
java.io.BufferedWriter.writeObject()
-
java.io.ObjectInputStream.writeObject()
-
java.io.ObjectOutputStream.writeObject()
Write object object
into the receiver's underlying stream.
@param object The object to write
@throws IOException If an IO exception happened when writing the object
@see ObjectInputStream#readObject()
-
javax.jms.BytesMessage.writeObject()
-
javax.jms.ObjectMessage.writeObject()
-
javax.jms.StreamMessage.writeObject()
-
javax.jms.TextMessage.writeObject()
-
javax.json.JsonWriter.writeObject()
Writes the specified JSON {@link JsonObject object} to the outputsource. This method needs to be called only once for a writer instance.
@param object JSON object that is to be written to the output source
@throws JsonException if the specified JSON object cannot bewritten due to i/o error (IOException would be cause of JsonException)
@throws IllegalStateException if this method, writeArray, write or closemethod is already called
-
javolution.xml.XmlOutputStream.writeObject()
-
jcifs.spnego.asn1.DEROutputStream.writeObject()
-
net.jini.io.MarshalOutputStream.writeObject()
-
net.sourceforge.htmlunit.corejs.javascript.serialize.ScriptableOutputStream.writeObject()
-
net.timewalker.ffmq3.common.message.BytesMessageImpl.writeObject()
-
one.nio.serial.CalcSizeStream.writeObject()
-
one.nio.serial.DataStream.writeObject()
-
one.nio.serial.SerializeStream.writeObject()
-
org.activemq.message.ActiveMQBytesMessage.writeObject()
Writes an object to the bytes message stream.
This method works only for the objectified primitive object types (Integer
,Double
, Long
...), String
objects, and byte arrays.
@param value the object in the Java programming language ("Java object") to be written; it must not be null
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageFormatException if the object is of an invalid type.
@throws MessageNotWriteableException if the message is in read-only mode.
@throws java.lang.NullPointerException if the parameter value
is null.
-
org.apache.activemq.command.ActiveMQBytesMessage.writeObject()
Writes an object to the bytes message stream.
This method works only for the objectified primitive object types (Integer
,Double
, Long
...), String
objects, and byte arrays.
@param value the object in the Java programming language ("Java object")to be written; it must not be null
@throws JMSException if the JMS provider fails to write the message dueto some internal error.
@throws MessageFormatException if the object is of an invalid type.
@throws MessageNotWriteableException if the message is in read-only mode.
@throws java.lang.NullPointerException if the parametervalue
is null.
-
org.apache.activemq.command.ActiveMQMapMessage.writeObject()
-
org.apache.activemq.command.ActiveMQObjectMessage.writeObject()
-
org.apache.activemq.command.ActiveMQStreamMessage.writeObject()
Writes an object to the stream message.
This method works only for the objectified primitive object types (Integer
, Double
, Long
...), String
objects, and byte arrays.
@param value the Java object to be written
@throws JMSException if the JMS provider fails to write the message dueto some internal error.
@throws MessageFormatException if the object is invalid.
@throws MessageNotWriteableException if the message is in read-only mode.
-
org.apache.axis2.context.externalize.SafeObjectOutputStream.writeObject()
-
org.apache.commons.ssl.asn1.ASN1OutputStream.writeObject()
-
org.apache.cxf.aegis.type.AegisType.writeObject()
Writes the object to the MessageWriter.
@param object
@param writer
@param context
@throws DatabindingException
-
org.apache.cxf.aegis.type.Type.writeObject()
Writes the object to the MessageWriter.
@param object
@param writer
@param context
@throws DatabindingException
-
org.apache.cxf.aegis.type.basic.ArrayType.writeObject()
-
org.apache.derby.iapi.services.io.FormatIdOutputStream.writeObject()
Write a format id for the object provied followed by the object itself to this FormatIdOutputStream.
@param ref a reference to the object.
@exception java.io.IOException the exception.
-
org.apache.directory.shared.asn1.der.ASN1OutputStream.writeObject()
-
org.apache.geronimo.crypto.asn1.ASN1OutputStream.writeObject()
-
org.apache.geronimo.crypto.asn1.DEROutputStream.writeObject()
-
org.apache.geronimo.util.asn1.ASN1OutputStream.writeObject()
-
org.apache.geronimo.util.asn1.DEROutputStream.writeObject()
-
org.apache.harmony.rmi.MarshalledObjectOutputStream.writeObject()
-
org.apache.harmony.rmi.transport.RMIObjectOutputStream.writeObject()
-
org.apache.niolex.commons.stream.KryoOutstream.writeObject()
Write this object into the internal output stream, this method will not close that stream. You can call it repeatedly.
@param o the object
-
org.apache.pivot.json.JSONSerializer.writeObject()
Writes data to a JSON stream.
@param object
@param outputStream The output stream to which data will be written.
@see #writeObject(Object,Writer)
-
org.apache.pivot.serialization.BinarySerializer.writeObject()
Writes a graph of serializable objects to an output stream.
-
org.apache.pivot.serialization.ByteArraySerializer.writeObject()
Writes a byte array to an output stream.
-
org.apache.pivot.serialization.CSVSerializer.writeObject()
Writes values to a comma-separated value stream.
@param items
@param outputStream The output stream to which data will be written.
@see #writeObject(List,Writer)
-
org.apache.pivot.serialization.JSONSerializer.writeObject()
Writes data to a JSON stream.
@param object
@param outputStream The output stream to which data will be written.
@see #writeObject(Object,Writer)
-
org.apache.pivot.serialization.PropertiesSerializer.writeObject()
Writes data to a properties stream.
@param object An instance of {@link Map} containing the data to be written to theproperties file. Keys must be strings, and values will be converted to strings.
@param outputStream The output stream to which data will be written.
-
org.apache.pivot.serialization.StringSerializer.writeObject()
Writes plain text data to an output stream.
@param text The text to be written to the output stream.
@param outputStream The output stream to which data will be written.
-
org.apache.pivot.wtk.text.PlainTextSerializer.writeObject()
-
org.apache.qpid.client.message.JMSBytesMessage.writeObject()
-
org.apache.qpid.client.message.JMSStreamMessage.writeObject()
-
org.apache.qpid.proton.codec.EncoderImpl.writeObject()
-
org.apache.qpid.typedmessage.TypedBytesContentWriter.writeObject()
-
org.apache.tapestry.internal.util.Base64ObjectOutputStream.writeObject()
-
org.apache.tapestry5.internal.util.Base64ObjectOutputStream.writeObject()
-
org.apache.wicket.core.util.io.SerializableChecker.writeObject()
-
org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.writeObject()
-
org.apache.wicket.util.io.SerializableChecker.writeObject()
-
org.apache.wink.json4j.internal.Serializer.writeObject()
Method to write a complete JSON object to the stream.
@param object The JSON object to write out.
@throws IOException Thrown if an error occurs during write.
-
org.archive.bdb.AutoKryo.writeObject()
-
org.bouncycastle.asn1.ASN1OutputStream.writeObject()
-
org.bouncycastle.asn1.BEROutputStream.writeObject()
-
org.bouncycastle.asn1.DEROutputStream.writeObject()
-
org.bouncycastle.bcpg.BCPGOutputStream.writeObject()
-
org.bouncycastle.openssl.PEMWriter.writeObject()
-
org.bouncycastle.openssl.jcajce.JcaPEMWriter.writeObject()
-
org.bouncycastle.util.io.pem.PemWriter.writeObject()
-
org.bouncycastle2.asn1.ASN1OutputStream.writeObject()
-
org.bouncycastle2.asn1.BEROutputStream.writeObject()
-
org.bouncycastle2.bcpg.BCPGOutputStream.writeObject()
-
org.bouncycastle2.openssl.PEMWriter.writeObject()
-
org.bukkit.util.io.BukkitObjectOutputStream.writeObject()
-
org.codehaus.activemq.message.ActiveMQBytesMessage.writeObject()
Writes an object to the bytes message stream.
This method works only for the objectified primitive object types (Integer
,Double
, Long
...), String
objects, and byte arrays.
@param value the object in the Java programming language ("Java object") to be written; it must not be null
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageFormatException if the object is of an invalid type.
@throws MessageNotWriteableException if the message is in read-only mode.
@throws java.lang.NullPointerException if the parameter value
is null.
-
org.codehaus.jackson.JsonGenerator.writeObject()
Method for writing given Java object (POJO) as Json. Exactly how the object gets written depends on object in question (ad on codec, its configuration); for most beans it will result in Json object, but for others Json array, or String or numeric value (and for nulls, Json null literal. NOTE: generator must have its object codec set to non-null value; for generators created by a mapping factory this is the case, for others not.
-
org.codehaus.jackson.util.TokenBuffer.writeObject()
-
org.codehaus.xfire.aegis.type.Type.writeObject()
Writes the object to the MessageWriter.
@param object
@param writer
@param context
@throws XFireFault
-
org.drools.common.DroolsObjectOutputStream.writeObject()
-
org.drools.core.common.DroolsObjectOutputStream.writeObject()
-
org.elasticsearch.common.io.ThrowableObjectOutputStream.writeObject()
-
org.elasticsearch.common.jackson.core.JsonGenerator.writeObject()
-
org.exoplatform.commons.serialization.serial.ObjectWriter.writeObject()
-
org.exoplatform.webui.application.replication.serial.ObjectWriter.writeObject()
-
org.fressian.FressianWriter.writeObject()
-
org.hornetq.jms.client.HornetQStreamMessage.writeObject()
-
org.hornetq.jms.tests.message.SimpleJMSStreamMessage.writeObject()
-
org.infinispan.commons.marshall.AdvancedExternalizer.writeObject()
-
org.infinispan.marshall.AdvancedExternalizer.writeObject()
-
org.jboss.fresh.io.BufferObjectWriter.writeObject()
-
org.jboss.invocation.MarshalledValueOutputStream.writeObject()
-
org.jboss.marshalling.Marshaller.writeObject()
-
org.jboss.serial.io.JBossObjectOutputStream.writeObject()
-
org.jboss.serial.io.JBossObjectOutputStreamSharedTree.writeObject()
-
org.jboss.test.messaging.jms.message.SimpleJMSStreamMessage.writeObject()
-
org.jboss.util.stream.CustomObjectOutputStream.writeObject()
-
org.jboss.util.stream.MarshalledValueOutputStream.writeObject()
-
org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverWriter.writeObject()
-
org.jfree.serializer.SerializerHelper.writeObject()
Writes a serializable object description to the given object output stream. This method selects the best serialize helper method for the given object.
@param o the to be serialized object.
@param out the outputstream that should receive the object.
@throws IOException if an I/O error occured.
-
org.mozilla.javascript.serialize.ScriptableOutputStream.writeObject()
-
org.netbeans.modules.dbschema.migration.archiver.XMLOutputStream.writeObject()
-
org.nustaq.kson.Kson.writeObject()
-
org.nustaq.net.TCPObjectSocket.writeObject()
-
org.nustaq.serialization.FSTObjectOutput.writeObject()
-
org.openide.util.io.NbObjectOutputStream.writeObject()
-
org.pentaho.reporting.libraries.serializer.SerializerHelper.writeObject()
Writes a serializable object description to the given object output stream. This method selects the best serialize helper method for the given object.
@param o the to be serialized object.
@param out the outputstream that should receive the object.
@throws IOException if an I/O error occured.
-
org.quickconnectfamily.json.JSONOutputStream.writeObject()
Writes a Serializable Object to the underlying stream as a JSON string
@param aSerializableObject - any Serializable object other than a raw Java Object and anything that inherits from java.awt.container
@throws JSONException
-
org.teiid.netty.handler.codec.serialization.CompactObjectOutputStream.writeObject()
-
org.voltdb.messaging.FastSerializer.writeObject()
Write an object to the byte stream. Note: you need to know the type to read it back out again.
@param obj The FastSerializable
object to be written.
@throws IOException Rethrows any IOExceptions thrown.
-
org.xmlBlaster.client.protocol.http.common.ObjectOutputStreamMicro.writeObject()
-
pivot.serialization.BinarySerializer.writeObject()
Writes a graph of serializable objects to an output stream.
-
pivot.serialization.ByteArraySerializer.writeObject()
Writes a byte array to an output stream.
-
pivot.serialization.CSVSerializer.writeObject()
Writes values to a comma-separated value stream.
@param items
@param outputStream The output stream to which data will be written.
@see #writeObject(List,Writer)
-
pivot.serialization.JSONSerializer.writeObject()
Writes data to a JSON stream.
@param object
@param outputStream The output stream to which data will be written.
@see #writeObject(Object,Writer)
-
pivot.serialization.PropertiesSerializer.writeObject()
Writes data to a properties stream.
@param object An instance of {@link Map} containing the data to be written to theproperties file. Keys must be strings, and values will be converted to strings.
@param outputStream The output stream to which data will be written.
-
pivot.serialization.Serializer.writeObject()
Writes an object to an output stream.
@param object The object to serialize.
@param outputStream The data stream to which the object will be written.
-
pivot.wtk.text.PlainTextSerializer.writeObject()
-
qat.common.TestObject.writeObject()
-
rocket.serialization.client.ObjectOutputStream.writeObject()
-
struct.StructPacker.writeObject()
-
sun.rmi.server.MarshalOutputStream.writeObject()