Class: WWMD::VSStubs::VSIndexedString
- Defined in:
- lib/wwmd/viewstate/vs_stubs/vs_indexed_string.rb
Instance Attribute Summary
Attributes inherited from VSString
Instance Method Summary collapse
Methods inherited from VSString
Methods included from WWMD::VSStubHelpers
Methods included from WWMD::ViewStateUtils
#deserialize_type, #dlog, #magic?, #next_type, #offset, #putd, #read, #read_7bit_encoded_int, #read_double, #read_int, #read_int32, #read_raw_byte, #read_short, #read_string, #serialize_type, #slog, #throw, #write_7bit_encoded_int, #write_double, #write_int, #write_int32, #write_short
Constructor Details
This class inherits a constructor from WWMD::VSStubs::VSString
Instance Method Details
#serialize ⇒ Object
3 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_indexed_string.rb', line 3 def serialize; super; end |
#to_xml ⇒ Object
4 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_indexed_string.rb', line 4 def to_xml; super; end |