-
ca.eandb.util.io.AlternateClassLoaderObjectInputStream.readObject()
-
ch.njol.yggdrasil.YggdrasilInputStream.readObject()
-
com.alibaba.citrus.hessian.io.Hessian2Input.readObject()
Reads an object from the input stream with an expected type.
-
com.alibaba.com.caucho.hessian.io.Hessian2Input.readObject()
Reads an object from the input stream with an expected type.
-
com.alibaba.dubbo.common.serialize.ObjectInput.readObject()
read object.
@return object.
-
com.alibaba.dubbo.common.serialize.support.java.CompactedObjectInputStream.readObject()
-
com.alibaba.fastjson.JSONReader.readObject()
-
com.alphacsp.cit.commands.XmlCommandsReader.readObject()
-
com.betfair.cougar.transport.api.protocol.CougarObjectInput.readObject()
-
com.caucho.hessian.io.AbstractHessianInput.readObject()
Reads an arbitrary object from the input stream.
@param expectedClass the expected class if the protocol doesn't supply it.
-
com.caucho.hessian.io.Hessian2Input.readObject()
Reads an object from the input stream with an expected type.
-
com.caucho.hessian.io.HessianInput.readObject()
Reads an object from the input stream with an expected type.
-
com.caucho.hessian4.io.AbstractHessianInput.readObject()
Reads an arbitrary object from the input stream.
@param expectedClass the expected class if the protocol doesn't supply it.
-
com.caucho.hessian4.io.HessianInput.readObject()
Reads an object from the input stream with an expected type.
-
com.caucho.json.JsonInput.readObject()
-
com.cedarsoftware.util.io.JsonReader.readObject()
Finite State Machine (FSM) used to parse the JSON input into JsonObject's (Maps). Then, if requested, the JsonObjects are converted into Java instances.
@return Java Object graph constructed from InputStream supplyingJSON serialized content.
@throws IOException for stream errors or parsing errors.
-
com.esotericsoftware.kryo.Kryo.readObject()
Reads an object using the registered serializer.
-
com.esotericsoftware.kryo.ObjectBuffer.readObject()
Reads to the end of the stream and returns the deserialized object.
@see Kryo#readObject(ByteBuffer,Class)
-
com.esotericsoftware.kryo.Serializer.readObject()
Reads an object from the buffer.
@return The deserialized object, or null if the object read from the buffer was a null.
-
com.google.gwt.dev.util.StringInterningObjectInputStream.readObject()
-
com.google.gwt.rpc.server.CommandServerSerializationStreamReader.readObject()
-
com.google.gwt.user.client.rpc.SerializationStreamReader.readObject()
-
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.readObject()
-
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.readObject()
-
com.hazelcast.nio.BufferObjectDataInput.readObject()
-
com.hazelcast.nio.ObjectDataInput.readObject()
-
com.hazelcast.nio.serialization.SerializationService.readObject()
-
com.higherfrequencytrading.chronicle.Excerpt.readObject()
-
com.impossibl.postgres.api.jdbc.PGSQLInput.readObject()
-
com.liferay.portal.kernel.util.ClassLoaderObjectInputStream.readObject()
-
com.lmax.ant.paralleljunit.util.net.SocketConnection.readObject()
-
com.maverick.crypto.asn1.DERInputStream.readObject()
-
com.mobixess.jodb.core.io.ObjectDataContainer.readObject()
-
com.mojang.net.NetworkHandler.readObject()
-
com.ovea.jetty.session.serializer.jboss.serial.io.JBossObjectInputStream.readObject()
-
com.saasovation.common.port.adapter.persistence.leveldb.LevelDBUnitOfWork.readObject()
-
com.sleepycat.bdb.bind.serial.SerialInput.readObject()
-
com.sleepycat.bind.serial.SerialInput.readObject()
-
com.sun.enterprise.container.common.spi.util.JavaEEObjectInputStream.readObject()
-
com.sun.enterprise.naming.util.ObjectInputStreamWithLoader.readObject()
-
com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe.SimpleUniverseState.readObject()
-
com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState.readObject()
-
com.sun.jini.test.spec.io.util.FakeMarshalInputStream.readObject()
-
com.sun.messaging.jmq.io.MQObjectInputStream.readObject()
-
com.sun.star.io.XObjectInputStream.readObject()
-
com.sun.star.lib.uno.environments.remote.IUnmarshal.readObject()
-
com.tangosol.io.pof.PofBufferReader.readObject()
-
com.threerings.io.ObjectInputStream.readObject()
-
com.wutka.jox.JOXBeanInputStream.readObject()
-
com.wutka.jox.MyJOXBeanInputStream.readObject()
-
com.yahoo.omid.tso.TSOMessage.readObject()
-
com.yahoo.omid.tso.messages.AbortedTransactionReport.readObject()
-
com.yahoo.omid.tso.messages.CleanedTransactionReport.readObject()
-
common.util.NonNullObjectInputStream.readObject()
-
datasoul.serviceitems.AttachmentServiceItem.readObject()
-
datasoul.serviceitems.ContentlessServiceItem.readObject()
-
datasoul.serviceitems.VideoServiceItem.readObject()
-
datasoul.serviceitems.imagelist.ImageListServiceItem.readObject()
-
datasoul.serviceitems.song.Song.readObject()
-
datasoul.serviceitems.text.TextServiceItem.readObject()
-
de.ruedigermoeller.serialization.FSTObjectInput.readObject()
-
extension.ExtendedObjectInputStream.readObject()
-
flex.messaging.io.amf.Amf3Input.readObject()
Public entry point to read a top level AMF Object, such as a header value or a message body.
-
gnu.java.rmi.RMIMarshalledObjectInputStream.readObject()
-
hudson.remoting.ObjectInputStreamEx.readObject()
-
io.fabric8.dosgi.util.ClassLoaderObjectInputStream.readObject()
-
java.beans.XMLDecoder.readObject()
Reads the next object from the underlying input stream.
@return the next object read
@throws ArrayIndexOutOfBoundsException if the stream contains no objects (or no more objects)
@see XMLEncoder#writeObject
-
java.io.ByteArrayInputStream.readObject()
-
java.io.FileInputStream.readObject()
-
java.io.InputStream.readObject()
-
java.io.ObjectInput.readObject()
Reads the next object from this ObjectInput.
@return the next object read from this ObjectInput
@throws IOException If an error occurs attempting to read from this ObjectInput.
@throws ClassNotFoundException If the object's class cannot be found
-
java.io.ObjectInputStream.readObject()
Read the next object from the receiver's underlying stream.
@return the new object read.
@throws IOException If an IO exception happened when reading the object
@throws ClassNotFoundException If the class of one of the objects in the object graph could not be found
@throws OptionalDataException If primitive data types were found instead of an object.
@see ObjectOutputStream#writeObject(Object)
-
java.io.ObjectOutput.readObject()
-
java.io.ObjectOutputStream.readObject()
-
javassist.util.proxy.ProxyObjectInputStream.readObject()
-
javax.jms.BytesMessage.readObject()
-
javax.jms.MapMessage.readObject()
-
javax.jms.StreamMessage.readObject()
-
javax.json.JsonReader.readObject()
Returns a JSON object that is represented in the input source. This method needs to be called only once for a reader instance.
@return a Json object
@throws JsonException if a JSON object cannotbe created due to i/o error (IOException would be cause of JsonException)
@throws JsonParsingException if a JSON object cannotbe created due to incorrect representation
@throws IllegalStateException if this method, readObject, readArray orclose method is already called
-
javax.sql.rowset.serial.SQLInputImpl.readObject()
Retrieves the value at the head of this
SQLInputImpl
object as an
Object
in the Java programming language. The actual type of the object returned is determined by the default mapping of SQL types to types in the Java programming language unless there is a custom mapping, in which case the type of the object returned is determined by this stream's type map.
The JDBC technology-enabled driver registers a type map with the stream before passing the stream to the application.
When the datum at the head of the stream is an SQL NULL
, this method returns null
. If the datum is an SQL structured or distinct type with a custom mapping, this method determines the SQL type of the datum at the head of the stream, constructs an object of the appropriate class, and calls the method SQLData.readSQL
on that object. The readSQL
method then calls the appropriate SQLInputImpl.readXXX
methods to retrieve the attribute values from the stream.
@return the value at the head of the stream as an Object
in the Java programming language; null
if the value is SQL NULL
@throws SQLException if the read position is located at an invalidposition; or if there are no further values in the stream.
-
javolution.xml.XmlInputStream.readObject()
-
jcifs.spnego.asn1.DERInputStream.readObject()
-
mage.util.CopierObjectInputStream.readObject()
-
marauroa.common.net.InputSerializer.readObject()
This method serializes an object that implements the interface Serializable, allowing to implement this behaviour in several classes
@param obj the object where we will serialize the data
@return the object serialized, just for interface coherence
@throws java.io.IOException if there is an IO error
-
marauroa.common.net.message.Message.readObject()
Serialize the object from an ObjectInput
@param in the input serializer
@exception IOException if the serializations fails
-
mx4j.loading.ClassLoaderObjectInputStream.readObject()
-
net.jini.io.MarshalInputStream.readObject()
-
net.sf.robocode.host.serialization.RobocodeObjectInputStream.readObject()
-
net.sourceforge.htmlunit.corejs.javascript.serialize.ScriptableInputStream.readObject()
-
one.nio.serial.DeserializeStream.readObject()
-
org.activemq.message.ActiveMQStreamMessage.readObject()
Reads an object from the stream message.
This method can be used to return, in objectified format, an object in the Java programming language ("Java object") that has been written to the stream with the equivalent writeObject
method call, or its equivalent primitive writetype
method.
Note that byte values are returned as byte[]
, not Byte[]
.
An attempt to call readObject
to read a byte field value into a new byte[]
object before the full value of the byte field has been read will throw a MessageFormatException
.
@return a Java object from the stream message, in objectifiedformat (for example, if the object was written as an int
, an Integer
is returned)
@throws JMSException if the JMS provider fails to read the messagedue to some internal error.
@throws MessageEOFException if unexpected end of message stream hasbeen reached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-onlymode.
@see #readBytes(byte[] value)
-
org.apache.activemq.apollo.util.ClassLoadingAwareObjectInputStream.readObject()
-
org.apache.activemq.command.ActiveMQStreamMessage.readObject()
Reads an object from the stream message.
This method can be used to return, in objectified format, an object in the Java programming language ("Java object") that has been written to the stream with the equivalent writeObject
method call, or its equivalent primitive writetype
method.
Note that byte values are returned as byte[]
, not Byte[]
.
An attempt to call readObject
to read a byte field value into a new byte[]
object before the full value of the byte field has been read will throw a MessageFormatException
.
@return a Java object from the stream message, in objectified format (forexample, if the object was written as an int
, an Integer
is returned)
@throws JMSException if the JMS provider fails to read the message due tosome internal error.
@throws MessageEOFException if unexpected end of message stream has beenreached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-only mode.
@see #readBytes(byte[] value)
-
org.apache.activemq.util.ClassLoadingAwareObjectInputStream.readObject()
-
org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream.readObject()
-
org.apache.axis2.context.externalize.SafeObjectInputStream.readObject()
-
org.apache.catalina.cluster.session.ReplicationStream.readObject()
-
org.apache.catalina.tribes.io.ReplicationStream.readObject()
-
org.apache.catalina.util.CustomObjectInputStream.readObject()
-
org.apache.commons.io.input.ClassLoaderObjectInputStream.readObject()
-
org.apache.commons.ssl.asn1.ASN1InputStream.readObject()
-
org.apache.cxf.aegis.type.AegisType.readObject()
Read in the XML fragment and create an object.
@param reader
@param context
@return
@throws DatabindingException
-
org.apache.cxf.aegis.type.Type.readObject()
Read in the XML fragment and create an object.
@param reader
@param context
@return
@throws DatabindingException
-
org.apache.derby.iapi.services.io.ArrayInputStream.readObject()
-
org.apache.derby.iapi.services.io.FormatIdInputStream.readObject()
Read an object from this stream.
@return The read object.
@exception java.io.IOException An IO or serialization error occured.
@exception java.lang.ClassNotFoundException A class for an object inthe stream could not be found.
-
org.apache.directory.shared.asn1.der.ASN1InputStream.readObject()
-
org.apache.fulcrum.factory.utils.ObjectInputStreamForContext.readObject()
-
org.apache.geronimo.crypto.asn1.ASN1InputStream.readObject()
-
org.apache.geronimo.crypto.asn1.DERInputStream.readObject()
-
org.apache.geronimo.kernel.ObjectInputStreamExt.readObject()
-
org.apache.geronimo.util.asn1.ASN1InputStream.readObject()
-
org.apache.geronimo.util.asn1.DERInputStream.readObject()
-
org.apache.harmony.rmi.MarshalledObjectInputStream.readObject()
-
org.apache.harmony.rmi.transport.RMIObjectInputStream.readObject()
-
org.apache.james.util.io.ClassLoaderObjectInputStream.readObject()
-
org.apache.metamodel.util.LegacyDeserializationObjectInputStream.readObject()
-
org.apache.myfaces.shared.util.MyFacesObjectInputStream.readObject()
-
org.apache.myfaces.shared_impl.util.MyFacesObjectInputStream.readObject()
-
org.apache.myfaces.trinidadinternal.util.ObjectInputStreamResolveClass.readObject()
-
org.apache.myfaces.util.MyFacesObjectInputStream.readObject()
-
org.apache.niolex.commons.stream.JsonProxy.readObject()
Read an object from the input stream.
@param clazz the object class
@return the object
@throws IOException
-
org.apache.niolex.commons.stream.KryoInstream.readObject()
Read object from the internal stream, this method will not close the stream. You can call it repeatedly.
@param clazz the object class
@return the object
-
org.apache.niolex.commons.stream.SmileProxy.readObject()
Read an object from the input stream.
@param clazz the object class
@return the object
@throws IOException
-
org.apache.openejb.core.ivm.EjbObjectInputStream.readObject()
-
org.apache.openejb.util.ObjectInputStreamExt.readObject()
-
org.apache.pivot.beans.BXMLSerializer.readObject()
Deserializes an object hierarchy from a BXML resource.
This is the base version of the method. It does not set the "location" or "resources" properties. Callers that wish to use this version of the method to load BXML that uses location or resource resolution must manually set these properties via a call to {@link #setLocation(URL)} or {@link #setResources(Resources)}, respectively, before calling this method.
@return The deserialized object hierarchy.
-
org.apache.pivot.json.JSONSerializer.readObject()
Reads data from a JSON stream.
@param inputStream The input stream from which data will be read.
@see #readObject(Reader)
-
org.apache.pivot.serialization.BinarySerializer.readObject()
Reads a graph of serialized objects from an input stream.
-
org.apache.pivot.serialization.ByteArraySerializer.readObject()
Reads a byte array from an input stream.
-
org.apache.pivot.serialization.CSVSerializer.readObject()
Reads values from a comma-separated value stream.
@param inputStream The input stream from which data will be read.
@see #readObject(Reader)
-
org.apache.pivot.serialization.JSONSerializer.readObject()
Reads data from a JSON stream.
@param inputStream The input stream from which data will be read.
@see #readObject(Reader)
-
org.apache.pivot.serialization.PropertiesSerializer.readObject()
Reads data from a properties stream.
@param inputStream The input stream from which data will be read.
@return An instance of {@link Map} containing the data read from the propertiesfile. Both keys and values are strings.
-
org.apache.pivot.serialization.StringSerializer.readObject()
Reads plain text data from an input stream.
@param inputStream The input stream from which data will be read.
@return An instance of {@link String} containing the text read from the input stream.
-
org.apache.pivot.wtk.text.PlainTextSerializer.readObject()
-
org.apache.pivot.wtkx.WTKXSerializer.readObject()
-
org.apache.pivot.xml.XMLSerializer.readObject()
-
org.apache.qpid.client.message.JMSStreamMessage.readObject()
-
org.apache.qpid.client.util.ClassLoadingAwareObjectInputStream.readObject()
-
org.apache.qpid.jms.ListMessage.readObject()
-
org.apache.qpid.proton.TestDecoder.readObject()
-
org.apache.qpid.proton.codec.DecoderImpl.readObject()
-
org.apache.qpid.typedmessage.TypedBytesContentReader.readObject()
-
org.apache.tapestry.internal.util.Base64ObjectInputStream.readObject()
-
org.apache.turbine.util.pool.ObjectInputStreamForContext.readObject()
-
org.apache.webbeans.util.OwbCustomObjectInputStream.readObject()
-
org.archive.bdb.AutoKryo.readObject()
-
org.bouncycastle.asn1.ASN1InputStream.readObject()
-
org.bouncycastle.asn1.ASN1SetParser.readObject()
-
org.bouncycastle.asn1.ASN1StreamParser.readObject()
-
org.bouncycastle.asn1.BERInputStream.readObject()
-
org.bouncycastle.asn1.DERInputStream.readObject()
-
org.bouncycastle.openssl.PEMParser.readObject()
-
org.bouncycastle.openssl.PEMReader.readObject()
-
org.bouncycastle.sasn1.Asn1InputStream.readObject()
-
org.bouncycastle.sasn1.Asn1Sequence.readObject()
-
org.bouncycastle.sasn1.BerSequence.readObject()
-
org.bouncycastle2.asn1.ASN1InputStream.readObject()
-
org.bson.BSONDecoder.readObject()
-
org.bson.BasicBSONDecoder.readObject()
-
org.bukkit.util.io.BukkitObjectInputStream.readObject()
-
org.codehaus.activemq.message.ActiveMQStreamMessage.readObject()
Reads an object from the stream message.
This method can be used to return, in objectified format, an object in the Java programming language ("Java object") that has been written to the stream with the equivalent writeObject
method call, or its equivalent primitive writetype
method.
Note that byte values are returned as byte[]
, not Byte[]
.
An attempt to call readObject
to read a byte field value into a new byte[]
object before the full value of the byte field has been read will throw a MessageFormatException
.
@return a Java object from the stream message, in objectifiedformat (for example, if the object was written as an int
, an Integer
is returned)
@throws JMSException if the JMS provider fails to read the messagedue to some internal error.
@throws MessageEOFException if unexpected end of message stream hasbeen reached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-onlymode.
@see #readBytes(byte[] value)
-
org.codehaus.xfire.aegis.type.Type.readObject()
Read in the XML fragment and create an object.
@param reader
@param context
@return
@throws XFireFault
-
org.drools.common.DroolsObjectInput.readObject()
-
org.drools.common.DroolsObjectInputStream.readObject()
-
org.drools.core.common.DroolsObjectInput.readObject()
-
org.drools.core.common.DroolsObjectInputStream.readObject()
-
org.eclipse.jetty.util.ClassLoadingObjectInputStream.readObject()
-
org.eclipse.persistence.sessions.UnitOfWork.readObject()
-
org.elasticsearch.common.io.ThrowableObjectInputStream.readObject()
-
org.eobjects.analyzer.util.ChangeAwareObjectInputStream.readObject()
-
org.exoplatform.commons.serialization.serial.ObjectReader.readObject()
-
org.exoplatform.webui.application.replication.serial.ObjectReader.readObject()
-
org.fressian.FressianReader.readObject()
-
org.glassfish.hk2.utilities.DescriptorImpl.readObject()
This can be used to read in instances of this object that were previously written out with writeObject. Useful for reading from external data files
@param in The reader to read from
@return true if a descriptor was read, false otherwise. This is useful if reading a file that might have comments at the end
@throws IOException on failure
-
org.gradle.internal.io.ClassLoaderObjectInputStream.readObject()
-
org.gradle.util.ClassLoaderObjectInputStream.readObject()
-
org.hornetq.jms.client.HornetQStreamMessage.readObject()
-
org.hornetq.utils.ObjectInputStreamWithClassLoader.readObject()
-
org.hsqldb.persist.TextFileReader.readObject()
-
org.infinispan.commons.marshall.AdvancedExternalizer.readObject()
-
org.infinispan.marshall.AdvancedExternalizer.readObject()
-
org.itsnat.impl.core.servlet.ItsNatSessionObjectInputStream.readObject()
-
org.jboss.ejb3.proxy.impl.io.ObjectInputStream.readObject()
-
org.jboss.fresh.io.BufferObjectReader.readObject()
-
org.jboss.invocation.MarshalledValueInputStream.readObject()
-
org.jboss.marshalling.Unmarshaller.readObject()
Read and return an object, cast to a specific type.
@param type the object class
@param < T> the object type
@return the object read from the stream
@throws ClassNotFoundException if the class of a serialized object cannot be found
@throws InvalidObjectException if the object is not of the expected type
@throws IOException if an error occurs
-
org.jboss.mx.server.ObjectInputStreamWithClassLoader.readObject()
-
org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.readObject()
-
org.jboss.serial.io.JBossObjectInputStream.readObject()
-
org.jboss.serial.io.JBossObjectInputStreamSharedTree.readObject()
-
org.jboss.soa.esb.util.ContextObjectInputStream.readObject()
-
org.jboss.util.stream.CustomObjectInputStreamWithClassloader.readObject()
-
org.jboss.util.stream.MarshalledValueInputStream.readObject()
-
org.jfree.serializer.SerializerHelper.readObject()
Reads the object from the object input stream. This object selects the best serializer to read the object.
Make sure, that you use the same configuration (library and class versions, registered methods in the SerializerHelper) for reading as you used for writing.
@param in the object input stream from where to read the serialized data.
@return the generated object.
@throws IOException if reading the stream failed.
@throws ClassNotFoundException if serialized object class cannot be found.
-
org.jpedal.io.PdfFileReader.readObject()
read an object in the pdf into a Object which can be an indirect or an object
-
org.jruby.util.JRubyObjectInputStream.readObject()
-
org.mozilla.javascript.serialize.ScriptableInputStream.readObject()
-
org.netbeans.modules.dbschema.migration.archiver.XMLInputStream.readObject()
-
org.nustaq.kson.Kson.readObject()
-
org.nustaq.net.TCPObjectSocket.readObject()
-
org.nustaq.serialization.FSTObjectInput.readObject()
-
org.openbp.common.classloader.ClassLoaderObjectInputStream.readObject()
-
org.openide.util.io.NbObjectInputStream.readObject()
-
org.pentaho.reporting.libraries.serializer.SerializerHelper.readObject()
Reads the object from the object input stream. This object selects the best serializer to read the object.
Make sure, that you use the same configuration (library and class versions, registered methods in the SerializerHelper) for reading as you used for writing.
@param in the object input stream from where to read the serialized data.
@return the generated object.
@throws IOException if reading the stream failed.
@throws ClassNotFoundException if serialized object class cannot be found.
-
org.prevayler.foundation.ObjectInputStreamWithClassLoader.readObject()
-
org.prevayler.foundation.serialization.Serializer.readObject()
Read an object from a stream. An implementation is free to close the given stream as it sees fit, but is not required to do so. An implementation can expect that the stream is already buffered, so additional buffering is not required for performance.
-
org.quickconnectfamily.json.JSONInputStream.readObject()
Reads a HashMap or ArrayList from the underlying stream
@return an Object of type HashMap if the JSON being read is an object or of typeArrayList if the JSON being read is an array.
@throws JSONException
-
org.red5.io.object.Input.readObject()
Read an object.
@return object
-
org.richfaces.util.LookAheadObjectInputStream.readObject()
-
org.teiid.core.util.ObjectInputStreamWithClassloader.readObject()
-
org.teiid.netty.handler.codec.serialization.CompactObjectInputStream.readObject()
-
org.voltdb.messaging.FastDeserializer.readObject()
Read an object from a a byte array stream assuming you know the expected type.
@param expectedType The class of the type to be deserialized.
@return A derserialized object.
@throws IOException Rethrows any IOExceptions thrown.
-
org.xmlBlaster.client.protocol.http.common.ObjectInputStreamMicro.readObject()
-
org.xmlBlaster.engine.runlevel.PluginConfigSaxFactory.readObject()
Parses the given xml Qos and returns a PluginConfigData holding the data. Parsing of update() and publish() QoS is supported here.
@param the XML based ASCII string
-
org.xmlBlaster.engine.runlevel.PluginHolderSaxFactory.readObject()
Parses the given xmlBlasterPlugins.xml returns a PluginHolderData holding the data.
@param the XML based ASCII string
-
org.xmlBlaster.engine.runlevel.RunLevelActionSaxFactory.readObject()
Parses the given xml Qos and returns a RunLevelActionData holding the data. Parsing of update() and publish() QoS is supported here.
@param the XML based ASCII string
-
org.xmlBlaster.util.key.MsgKeySaxFactory.readObject()
Parses the given xml Key and returns a MsgKeyData holding the data. Parsing of update() and publish() key is supported here.
@param the XML based ASCII string
-
org.xmlBlaster.util.qos.ConnectQosSaxFactory.readObject()
Parses the given xml Qos and returns a ConnectQosData holding the data. Parsing of connect() and connect-return QoS is supported here. This call is thread safe if not intermixed with getConnectQosData() calls.
@param the XML based ASCII string
-
org.xmlBlaster.util.qos.DisconnectQosSaxFactory.readObject()
Parses the given xml Qos and returns a DisconnectQosData holding the data. Parsing of disconnect() QoS is supported here.
@param the XML based ASCII string
-
org.xmlBlaster.util.qos.I_ConnectQosFactory.readObject()
Parses the given Qos and returns a ConnectQosData holding the data. Parsing of connect() QoS is supported here.
@param xmlQos e.g. the XML based ASCII string
-
org.xmlBlaster.util.qos.MsgQosSaxFactory.readObject()
Parses the given xml Qos and returns a MsgQosData holding the data. Parsing of update() and publish() QoS is supported here.
@param the XML based ASCII string
-
org.xmlBlaster.util.qos.QueryQosSaxFactory.readObject()
Parses the given xml Qos and returns a QueryQosData holding the data. Parsing of update() and publish() QoS is supported here.
@param the XML based ASCII string
-
pivot.serialization.BinarySerializer.readObject()
Reads a graph of serialized objects from an input stream.
-
pivot.serialization.ByteArraySerializer.readObject()
Reads a byte array from an input stream.
-
pivot.serialization.CSVSerializer.readObject()
Reads values from a comma-separated value stream.
@param inputStream The input stream from which data will be read.
@see #readObject(Reader)
-
pivot.serialization.JSONSerializer.readObject()
Reads data from a JSON stream.
@param inputStream The input stream from which data will be read.
@see #readObject(Reader)
-
pivot.serialization.PropertiesSerializer.readObject()
Reads data from a properties stream.
@param inputStream The input stream from which data will be read.
@return An instance of {@link Map} containing the data read from the propertiesfile. Both keys and values are strings.
-
pivot.serialization.Serializer.readObject()
Reads an object from an input stream.
@param inputStream The data stream from which the object will be read.
@return The deserialized object.
-
pivot.wtk.text.PlainTextSerializer.readObject()
-
pivot.wtkx.WTKXSerializer.readObject()
-
qat.common.TestObject.readObject()
-
rocket.serialization.client.ObjectInputStream.readObject()
-
ru.vassaev.core.xml.FindStringStream.readObject()
-
struct.StructUnpacker.readObject()
-
sun.rmi.server.MarshalInputStream.readObject()
-
voldemort.serialization.json.JsonReader.readObject()
-
xbird.util.io.CustomObjectInputStream.readObject()