Package org.jruby.runtime.marshal
Class UnmarshalCache
java.lang.Object
org.jruby.runtime.marshal.UnmarshalCache
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionUnmarshalCache(Ruby runtime) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLinkType(int c) Deprecated.booleanisPartialObject(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.voidmarkAsPartialObject(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.voidnoLongerPartial(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.readDataLink(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.readLink(UnmarshalStream input, int type) Deprecated.readSymbolLink(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.voidregister(IRubyObject value) Deprecated.voidregisterDataLink(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.voidregisterSymbolLink(RubySymbol value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
UnmarshalCache
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isPartialObject
Deprecated, for removal: This API element is subject to removal in a future version. -
markAsPartialObject
Deprecated, for removal: This API element is subject to removal in a future version. -
noLongerPartial
Deprecated, for removal: This API element is subject to removal in a future version. -
readSymbolLink
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
readDataLink
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
registerDataLink
Deprecated, for removal: This API element is subject to removal in a future version. -
registerSymbolLink
Deprecated, for removal: This API element is subject to removal in a future version. -
readLink
Deprecated.- Throws:
IOException
-
register
Deprecated. -
isLinkType
Deprecated.
-