We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d469f0 commit 9b2783dCopy full SHA for 9b2783d
1 file changed
tinodesdk/src/main/java/co/tinode/tinodesdk/model/Base64Deserializer.java
@@ -15,7 +15,7 @@
15
// https://github.com/FasterXML/jackson-databind/issues/3784
16
// Once the bug is fixed, this class can be safely removed.
17
public class Base64Deserializer extends PrimitiveArrayDeserializers<byte[]> {
18
- // This is required! Do not remove.
+ // This is used by Jackson through reflection! Do not remove.
19
public Base64Deserializer() {
20
super(byte[].class);
21
}
0 commit comments