core
core copied to clipboard
Customizable RPC serialization
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.)
Can you describe how this would enable returning Doc values?