Open epage opened 6 years ago
I'll be presenting this tonight for meetup 12 (#28).
I'll be continuing this content with next week's meetup -- woot!
Is there anything left here to go over? Here's what I've already presented:
Presentation #1 goes over the basic usage of the Serde derive
macro with just struct
s, complete with sample input and output for several usages of common configuration.
Presentation #2 introduces the usage of enum
s and different tagging strategies.
Next steps could be slides discussing:
Serialize
and Deserialize
by hand). It's pretty nice to be able to do that when one's writing nontrivial newtypes, or if the format of some data is dynamic enough that it's easier just to use some code to describe it.I'm going to plan on doing #3 (this September meeting), unless some feedback here dictates otherwise.
At the first meetup, I showed a little bit of serde and it seemed there was a lot of interest in learning more about what serde can do and best practices.