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.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that throw OSerializationExceptionModifier and TypeMethodDescriptionvoidOCommandRequest.scriptToStream(OMemoryStream buffer, OCommandRequest.OScript script) -
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, OSerializationContext ctx) 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, for removal: This API element is subject to removal in a future version.byte[]OSerializableStream.toStream()Deprecated, for removal: This API element is subject to removal in a future version. -
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.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()
OStorageConfigurationImpl.fromStream(byte[], int, int, Charset)instead.