C# Class IronRuby.Builtins.RubyMarshal

Show file Open project: jschementi/iron

Private Methods

Method Description
Dump ( WriterSites sites, RubyModule self, object obj ) : MutableString
Dump ( WriterSites sites, RubyModule self, object obj, int limit ) : MutableString
Dump ( WriterSites sites, RespondToStorage respondToStorage, RubyModule self, object obj, object io, [ limit ) : object
Dump ( WriterSites sites, RubyModule self, object obj, [ io, [ limit ) : object
Load ( ReaderSites sites, RespondToStorage respondToStorage, IronRuby.Runtime.RubyScope scope, RubyModule self, object source, [ proc ) : object
Load ( ReaderSites sites, IronRuby.Runtime.RubyScope scope, RubyModule self, [ source, [ proc ) : object