Package org.jruby.runtime.marshal
Class MarshalCache
java.lang.Object
org.jruby.runtime.marshal.MarshalCache
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isRegistered
(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
register
(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.void
registerSymbol
(ByteList sym) Deprecated, for removal: This API element is subject to removal in a future version.void
writeLink
(MarshalStream output, IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.void
writeSymbolLink
(MarshalStream output, ByteList sym) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
MarshalCache
public MarshalCache()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isRegistered
Deprecated, for removal: This API element is subject to removal in a future version. -
isSymbolRegistered
Deprecated, for removal: This API element is subject to removal in a future version. -
register
Deprecated, for removal: This API element is subject to removal in a future version. -
registerSymbol
Deprecated, for removal: This API element is subject to removal in a future version. -
writeLink
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
writeSymbolLink
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-