Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discussion] Expansion of serialization for different types of a certain format #59

Open
vatson opened this issue Oct 12, 2012 · 0 comments

Comments

@vatson
Copy link
Contributor

vatson commented Oct 12, 2012

Usecase

Frequently logger does not need a full set of serialized data. In other words, logger needs simplified informative message. In this case, would be nice to have normalayzer that normalizes certain variables. At the same time, such solution can complicates the system. It may be that we should consider replacing the entire Serializer layer

Options of solution

  • Add a new normalizer;
  • Remove serializer and write a set of writers for different cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant