[protobuf] Serialize BufferedImage with Proto

2014-02-26 Thread jCoder
I was wondering if anyone had any success implementing this with a HashMapthat has a pointer to a BufferedImage. Example: Map thumb = new HashMapString, BufferedImage(); I am currently using Serialization with a custom writeObject() and readObject() to turn the BufferedImage into a byte[] and

Re: [protobuf] Serialize BufferedImage with Proto

2014-02-26 Thread jCoder
, February 26, 2014 9:10:24 PM UTC-5, Ilia Mirkin wrote: On Tue, Feb 25, 2014 at 3:03 PM, jCoder jwc...@gmail.com javascript: wrote: I was wondering if anyone had any success implementing this with a HashMap that has a pointer to a BufferedImage. Example: Map thumb = new HashMapString

Re: [protobuf] Serialize BufferedImage with Proto

2014-02-26 Thread jCoder
I was afraid of that answer. I feel like sending the whole object to a byte[] would cost just as much if not more time then it currently takes. On Wednesday, February 26, 2014 10:22:20 PM UTC-5, Ilia Mirkin wrote: On Wed, Feb 26, 2014 at 10:13 PM, jCoder jwc...@gmail.com javascript: wrote