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 TypeMethodDescriptionboolean
isLinkType
(int c) Deprecated.boolean
isPartialObject
(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.void
markAsPartialObject
(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.void
noLongerPartial
(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.void
register
(IRubyObject value) Deprecated.void
registerDataLink
(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.void
registerSymbolLink
(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.
-