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]
    struct PacketPeer
    @nogc nothrow @property
    bool
    allowObjectDecoding
    ()
  2. bool allowObjectDecoding [@property setter]

Meta