Uses of Class
com.orientechnologies.orient.core.exception.OSerializationException
Packages that use OSerializationException
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OSerializationException in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command that throw OSerializationExceptionModifier and TypeMethodDescriptionOCommandRequestTextAbstract.fromStream(byte[] iStream, ORecordSerializer serializer) byte[]OCommandRequestTextAbstract.toStream() -
Uses of OSerializationException in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that throw OSerializationExceptionModifier and TypeMethodDescriptionOCommandScript.fromStream(byte[] iStream, ORecordSerializer serializer) byte[]OCommandScript.toStream() -
Uses of OSerializationException in com.orientechnologies.orient.core.config
Methods in com.orientechnologies.orient.core.config that throw OSerializationExceptionModifier and TypeMethodDescriptionOStorageConfigurationImpl.fromStream(byte[] iStream) Deprecated.OStorageConfigurationImpl.load(OContextConfiguration configuration) This method load the record information by the internal cluster segment.byte[]OStorageConfigurationImpl.toStream()Deprecated.because method uses native encoding useOStorageConfigurationImpl.toStream(Charset)instead.byte[]Added version used for managed Network Versioning.byte[]voidOStorageConfigurationImpl.update() -
Uses of OSerializationException in com.orientechnologies.orient.core.db.record.ridbag
Methods in com.orientechnologies.orient.core.db.record.ridbag that throw OSerializationExceptionModifier and TypeMethodDescriptionORidBag.fromStream(StringBuilder input) intORidBag.toStream(BytesContainer bytesContainer) ORidBag.toStream(StringBuilder output) -
Uses of OSerializationException in com.orientechnologies.orient.core.exception
Constructors in com.orientechnologies.orient.core.exception with parameters of type OSerializationException -
Uses of OSerializationException in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl that throw OSerializationExceptionModifier and TypeMethodDescriptionOEdgeDelegate.fromStream(byte[] iStream) OVertexDelegate.fromStream(byte[] iStream) byte[]OEdgeDelegate.toStream()byte[]OVertexDelegate.toStream() -
Uses of OSerializationException in com.orientechnologies.orient.core.serialization
Methods in com.orientechnologies.orient.core.serialization that throw OSerializationExceptionModifier and TypeMethodDescriptionOSerializableStream.fromStream(byte[] iStream) Deprecated.byte[]OSerializableStream.toStream()Deprecated. -
Uses of OSerializationException in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that throw OSerializationExceptionModifier and TypeMethodDescriptionOSerializableWrapper.fromStream(byte[] iStream) byte[]OSerializableWrapper.toStream() -
Uses of OSerializationException in com.orientechnologies.orient.core.serialization.serializer.string
Methods in com.orientechnologies.orient.core.serialization.serializer.string that throw OSerializationExceptionModifier and TypeMethodDescriptionOStringBuilderSerializable.fromStream(StringBuilder iInput) OStringBuilderSerializable.toStream(StringBuilder iOutput) -
Uses of OSerializationException in com.orientechnologies.orient.core.sql.query
Methods in com.orientechnologies.orient.core.sql.query that throw OSerializationExceptionModifier and TypeMethodDescriptionOSQLQuery.fromStream(byte[] iStream, ORecordSerializer serializer) byte[]OSQLQuery.toStream() -
Uses of OSerializationException in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that throw OSerializationExceptionModifier and TypeMethodDescriptionOPhysicalPosition.fromStream(byte[] iStream) byte[]OPhysicalPosition.toStream() -
Uses of OSerializationException in com.orientechnologies.orient.core.storage.config
Methods in com.orientechnologies.orient.core.storage.config that throw OSerializationExceptionModifier and TypeMethodDescriptionvoidOClusterBasedStorageConfiguration.load(OContextConfiguration configuration, OAtomicOperation atomicOperation) byte[]Added version used for managed Network Versioning. -
Uses of OSerializationException in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local that throw OSerializationExceptionModifier and TypeMethodDescriptionOStorageConfigurationSegment.load(OContextConfiguration configuration) voidOStorageConfigurationSegment.update() -
Uses of OSerializationException in com.orientechnologies.orient.core.storage.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated that throw OSerializationExceptionModifier and TypeMethodDescriptionOStorageMemoryConfiguration.load(OContextConfiguration configuration) voidOStorageMemoryConfiguration.update() -
Uses of OSerializationException in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient that throw OSerializationExceptionModifier and TypeMethodDescriptionOrientElement.fromStream(byte[] stream) (Blueprints Extension) Fills the Element from a byte[]byte[]OrientElement.toStream()(Blueprints Extension) Serializes the Element as byte[]
OStorageConfigurationImpl.fromStream(byte[], int, int, Charset)instead.