Configuration more than one whatsup account on one same environment #217
stserakhau
started this conversation in
General
Replies: 2 comments 4 replies
-
The standard serializer doesn't offer that option. It could be useful so I'll add it in 3.1.3. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I opened the PR #219 with a refactoring of the serializers that should allow to override the serializers/deserializers. In particular after the build, the serializers variable is still null. Serializers serializers = Serializers.builder()
.serializer(new DefaultControllerSerializerProvider())
.deserializer(new DefaultControllerDeserializerProvider())
.build(); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that uses home folder to persist the account data. Are the any possibilities to customize path for store when configured more than one client ?
Beta Was this translation helpful? Give feedback.
All reactions