示例#1
0
        public static object Load(Stream input)
        {
            RubyMarshalReader reader = new RubyMarshalReader(input);

            return(reader.Load());
        }
示例#2
0
 public static object Load(Stream input)
 {
     RubyMarshalReader reader = new RubyMarshalReader(input);
     return reader.Load();
 }