MultiplayerAPI.allowObjectDecoding

If true (or if the networkPeer has PacketPeer.allowObjectDecoding set to true), the MultiplayerAPI will allow encoding and decoding of object during RPCs/RSETs. 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 MultiplayerAPI
    @nogc nothrow @property
    void
    allowObjectDecoding
    (
    bool v
    )

Meta