core icon indicating copy to clipboard operation
core copied to clipboard

Customizable RPC serialization

Open Jand42 opened this issue 6 years ago • 1 comments

Add an RPCSerializable interface with a single GetSerializer method that is checked when RPC results are serialized on the server. This would allow sending back custom types, for which the client representation is different than the server object's fields.

(Specifically this could make returning Doc values with static content possible.)

Jand42 avatar Sep 25 '19 07:09 Jand42

Can you describe how this would enable returning Doc values?

granicz avatar Oct 16 '22 19:10 granicz