Could we get a SSnapSerializerBase.Serialize() method but not being capped by the sizeInBytes parameter,
or just end the requirement to implement the Encode and Decode methods altogether.
This would alleviate having to write a bunch of slightly different but redundant code when writing networked classes.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- General
Related Objects
Related Objects
- Duplicates Merged Here
- T186508: Network Code Methods ease of use improvement request
Event Timeline
Comment Actions
It has to do with writing classes that are used as parameters in RPC calls, which requires you to implement an obscene amount of networking methods.