Hi Ambarish, Yes you can plug in your own serializer. You will have to set the "STREAM_CODEC" port attribute to achieve the same. You can refer xmlParserApplication from examples repo ( https://github.com/DataTorrent/examples).
Regards, Hitesh On Mon, Feb 6, 2017 at 11:07 AM, Ambarish Pande < ambarish.pande2...@gmail.com> wrote: > Hello, > > Is there a way to set up JAVA Serializer as the default serializer to be > used for a particular application. Currently, Kryo is the default > serializer and the library that I am using has compatibility issues with > Kryo. > > Thank You. >