FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Write JavaScript Library to encode (serialize, write) Smile #131

Open Mart-Bogdan opened 6 years ago

Mart-Bogdan commented 6 years ago

That would be convenient to be able to send smile encoded data from cleint code to Java backend.

related to https://github.com/FasterXML/jackson-dataformat-smile/issues/9

tapaderster commented 6 years ago

Don't see a voting option, but would love to see an implementation.

Mart-Bogdan commented 6 years ago

@tapaderster to vote you can us emoji reaction near issue post.

But nobody is going to implement this, as I see it, if someone need this, one should spend own time in implementing.

For now issue is for sake of completeness, to remember that this is missing.