Fix IMPORTANT block for deserialization in Docs

The IMPORTANT block must be wrapped with `====`

**Cherry-pick to 1.5.x**
This commit is contained in:
Artem Bilan
2017-09-21 13:22:35 -04:00
parent 7236e4e02e
commit e2e264fad5

View File

@@ -63,7 +63,7 @@ By default, only `java.util` and `java.lang` classes are deserialized.
To revert to the previous behavior, you can add allowable class/package patterns by invoking `Message.addWhiteListPatterns(...)`.
A simple `*` wildcard is supported, for example `com.foo.*, *.MyClass`.
Bodies that cannot be deserialized will be represented by `byte[<size>]` in log messages.
----
====
===== Exchange