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

Work around for non-serializable items #3

Merged
merged 4 commits into from
Mar 19, 2013
Merged

Conversation

jsbueno
Copy link
Member

@jsbueno jsbueno commented Mar 19, 2013

Depending on the products installed, some of the object members on the wrapper dicitonary may be non-serializable, breaking the export. (In the case I was working, this was caused by an indexer product).

These changes discard the unserializable items if there are any. I may understand if it is desirable for an optional error-raising behavior instead - but let me know. (Note that the current behavior would not raise an error, just return an error string as the http content for the object)

garbas added a commit that referenced this pull request Mar 19, 2013
Work around for non-serializable items
@garbas garbas merged commit 2f73095 into collective:master Mar 19, 2013
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

Successfully merging this pull request may close these issues.

2 participants