PacketPeer.allowObjectDecoding

Deprecated. Use get_var and put_var parameters instead. If true, the PacketPeer will allow encoding and decoding of object via getVar and putVar. Warning: Deserialized objects can contain code which gets executed. Do not use this option if the serialized object comes from untrusted sources to avoid potential security threats such as remote code execution.

  1. bool allowObjectDecoding [@property getter]
  2. bool allowObjectDecoding [@property setter]
    struct PacketPeer
    @nogc nothrow @property
    void
    allowObjectDecoding
    (
    bool v
    )

Meta