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

std.serialization #22

Open
burner opened this issue May 11, 2019 · 3 comments
Open

std.serialization #22

burner opened this issue May 11, 2019 · 3 comments
Labels
phobos projects related to phobos project idea

Comments

@burner
Copy link
Member

burner commented May 11, 2019

D has numerous serialization frameworks. From std.json to
std.csv over protobuf to
Vibe.d's own serialization
framework.

The goal of this project is to implement a flexible
(de)serialization framework that can be used as a standardized building
block for various serialization related things. One important goal would
be to define how a user-specified type has to work in order to make it
serializable, as well as to allow the end-user (e.g. a user of std.json)
to change the serialization of third-party types that cannot themselves
be modified (i.e. let them define their own policies).

Starting points:

Point of Contact: @jacob-carlborg

@dkgroot
Copy link
Contributor

dkgroot commented May 11, 2019

Don't forget (binary serialization) like:

@Laeeth
Copy link

Laeeth commented May 13, 2019

and msgpack, asdf, litebuffers, protobuf, thrift?. nogc using allocators?

@burner burner added the phobos projects related to phobos label May 13, 2019
@burner
Copy link
Member Author

burner commented Jun 20, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
phobos projects related to phobos project idea
Projects
None yet
Development

No branches or pull requests

4 participants