crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 427 forks source link

configure JSON serializer #548

Closed pavelvic closed 8 months ago

pavelvic commented 10 months ago

Hello! Is it possible to configure json mapper? I want to use my own jackson ObjectMapper with other options. How can I use custom serializator with autobahn-java?

pavelvic commented 8 months ago

552 here is PR with the feature