gfredericks / vcr-clj

Generic IO playback for clojure
117 stars 20 forks source link

Use *data-readers* when deserializing #20

Closed gfredericks closed 4 years ago

gfredericks commented 7 years ago

This should allow users to supply data readers if they have types that serialize with custom tags.

This is a proposed solution for #11.

gfredericks commented 6 years ago

Also see #26

gfredericks commented 4 years ago

I believe this was superseded by #26