Page MenuHomeFeedback Tracker

Network Codec Methods ease of use improvement request
Closed, ResolvedPublic

Description

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.

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General

Event Timeline

Geez changed the task status from New to Awaiting internal Testing.Nov 18 2024, 4:25 PM
Geez changed the task status from Awaiting internal Testing to Feedback.
Geez added a subscriber: Geez.Nov 19 2024, 10:47 AM

Hello ColourScreen.
Can you please provide more detailed information?

Geez closed this task as Resolved.Dec 3 2024, 3:30 PM
Geez claimed this task.
ColourScreen added a comment.EditedSun, Dec 15, 7:37 PM

Hello ColourScreen.
Can you please provide more detailed information?

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.