Example #1
0
 public IntContents(KaitaiStream p__io, PhpSerializedValue p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     f_value  = false;
     _read();
 }
Example #2
0
 public CustomSerializedObjectContents(KaitaiStream p__io, PhpSerializedValue p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent  = p__parent;
     m_root    = p__root;
     f_lenData = false;
     _read();
 }
Example #3
0
 public LengthPrefixedQuotedString(KaitaiStream p__io, KaitaiStruct p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent  = p__parent;
     m_root    = p__root;
     f_lenData = false;
     _read();
 }
Example #4
0
 public CountPrefixedMapping(KaitaiStream p__io, KaitaiStruct p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent     = p__parent;
     m_root       = p__root;
     f_numEntries = false;
     _read();
 }
Example #5
0
 private void _read()
 {
     _key   = new PhpSerializedValue(m_io);
     _value = new PhpSerializedValue(m_io);
 }
Example #6
0
 public MappingEntry(KaitaiStream p__io, PhpSerializedValue.CountPrefixedMapping p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }
Example #7
0
 public Php3ObjectContents(KaitaiStream p__io, PhpSerializedValue p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }
Example #8
0
 public PhpSerializedValue(KaitaiStream p__io, KaitaiStruct p__parent = null, PhpSerializedValue p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root ?? this;
     _read();
 }