Class: WWMD::VSStubs::VSIndexedString

Inherits:
VSString
  • Object
show all
Defined in:
lib/wwmd/viewstate/vs_stubs/vs_indexed_string.rb

Instance Attribute Summary

Attributes inherited from VSString

#value

Instance Method Summary collapse

Methods inherited from VSString

#initialize

Methods included from WWMD::VSStubHelpers

#opcode, #size, #to_sym

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

#serializeObject



3
# File 'lib/wwmd/viewstate/vs_stubs/vs_indexed_string.rb', line 3

def serialize; super; end

#to_xmlObject



4
# File 'lib/wwmd/viewstate/vs_stubs/vs_indexed_string.rb', line 4

def to_xml; super; end