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

base64 to string, exporting Deserializer #117

Open
agentcooper opened this issue Jun 25, 2015 · 1 comment
Open

base64 to string, exporting Deserializer #117

agentcooper opened this issue Jun 25, 2015 · 1 comment

Comments

@agentcooper
Copy link

In Deserializer, https://github.com/baalexander/node-xmlrpc/blob/master/lib/deserializer.js#L276

Instead of

var buffer = new Buffer(data, 'base64')

I need

var buffer = String(new Buffer(data, 'base64'))

Can you export the Deserializer like it was done in #103, but then I guess rewrite happened and it is not available anymore?

@agentcooper
Copy link
Author

@patricklodder any thoughts on this?

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