glenjamin / transit-immutable-js

Transit serialisation for Immutable.js
MIT License
250 stars 31 forks source link

Immutable.Stack does not deserialise #43

Open timmy-wright opened 7 years ago

timmy-wright commented 7 years ago

Hey,

Just noticed that Immutable.Stack doesn't appear to deserialise properly (or serialise - not sure which side the issue is on). Our use case is: big legacy redux store that we're serialising and we don't really want to change the stack to a list because the bit of code that uses a stack is old and everyone is scared.

Tim

glenjamin commented 7 years ago

Good spot, should be an easy fix to add it to the serialiser list.

Will take a PR

timmy-wright commented 7 years ago

PR is https://github.com/glenjamin/transit-immutable-js/pull/44