class Ruby::Marshal::String
- Ruby::Marshal::String
- Ruby::Marshal::StreamObject
- Reference
- Object
Overview
‘“’ represents a String. Following the type byte is a byte sequence containing the string content. When dumped from ruby 1.9 an encoding instance variable (:E see above) should be included unless the encoding is binary.