Property ForcePreSerialize
ForcePreSerialize
Force all ghosts to use pre serialization. This means part of the serialization will be done once for all connection instead of once per connection. This can increase CPU time for simple ghosts and ghosts which are rarely sent. This switch is meant as a way of measuring which ghosts would benefit from using pre-serialization.
Declaration
public bool ForcePreSerialize { get; set; }
Property Value
Type | Description |
---|---|
bool |