You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was writing out the issue for defining a transformer protocol over on transducers-js, it occurred to me that it would be super handy if there were a similar convention for defining a write handlers in transit.
This would be great for wanting to bake in support for transit serialization without needing to require the library (since that's something you really only want to pull at the application layer).
Perhaps this could be the final check if a write handler is not otherwise defined for the object's constructor so folks aren't restricted to a pre-defined handler - registering an object through the traditional means would take precedence.
The text was updated successfully, but these errors were encountered:
As I was writing out the issue for defining a transformer protocol over on transducers-js, it occurred to me that it would be super handy if there were a similar convention for defining a write handlers in transit.
This would be great for wanting to bake in support for transit serialization without needing to require the library (since that's something you really only want to pull at the application layer).
Perhaps this could be the final check if a write handler is not otherwise defined for the object's constructor so folks aren't restricted to a pre-defined handler - registering an object through the traditional means would take precedence.
The text was updated successfully, but these errors were encountered: