You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registries are checked in order until one returns a codec for the requested class.
157
+
The `DefaultCodecRegistry` should be first in the list, and the `PojoCodecProvider` should always be the last `CodecProvider` since it can provide a codec for almost any class.
158
+
159
+
{{% /note %}}
160
+
154
161
### Using the CodecRegistry
155
162
156
163
There are multiple ways to set the `pojoCodecRegistry` for use:
The registries are checked in order until one returns a codec for the requested class.
150
+
The `DefaultCodecRegistry` should be first in the list, and the `PojoCodecProvider` should always be the last `CodecProvider` since it can provide a codec for almost any class.
151
+
152
+
{{% /note %}}
153
+
147
154
### Using the CodecRegistry
148
155
149
156
There are multiple ways to set the `pojoCodecRegistry` for use:
0 commit comments