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

Add Fleece serialization template/example? #16

Closed
bartelink opened this issue Dec 29, 2018 · 2 comments
Closed

Add Fleece serialization template/example? #16

bartelink opened this issue Dec 29, 2018 · 2 comments

Comments

@bartelink
Copy link
Collaborator

Stemming from https://github.com/jet/equinox/issues/57, the concern of demonstrating and/or providing a starting point for implementing serialization using something other than the first-among-equals (but some are more equal than others) convention-based-encoding system may best be represented by including a template and/or template option.

  • Name suggestion, perhaps equinoxFleece ?
  • Perhaps a simple gist might suffice (in the interim?)
@bartelink bartelink transferred this issue from jet/dotnet-templates Aug 30, 2019
@bartelink
Copy link
Collaborator Author

In general, FsCodec.Codec.Create(encode,tryDecode) provides all you need. The general pattern of slotting in a FsCodec,X has been established if anyone ends up using a scheme other than FsCodec.NewtonsoftJson and the (not-yet-implemented) FsCodec.SystemTextJson.

@bartelink
Copy link
Collaborator Author

Closing - lots of analysis and discussion has concluded that the present interface afford the control needed to use FSharp.Data if desired and no further action is thus necessary

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

No branches or pull requests

1 participant