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 TypeMethodDescriptionbooleanisRegistered(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidregister(IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.voidregisterSymbol(ByteList sym) Deprecated, for removal: This API element is subject to removal in a future version.voidwriteLink(MarshalStream output, IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.voidwriteSymbolLink(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
-