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(); }
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(); }
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(); }
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(); }
private void _read() { _key = new PhpSerializedValue(m_io); _value = new PhpSerializedValue(m_io); }
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(); }
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(); }
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(); }