Using deprecated class in serializer #82
-
the ImageContent class is still used in the serializer even though it is marked as deprecated. since the MultiMediaContent is the new class why not update the serializer to use it. I had an error about casting when I tried to attach an image using the MultiMediaContent and it took a while for me to know realise the serializer was still using the ImageContent not the MultiMediaContent. Or am I doing something wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
v0.22.8
version should have fixed this bug, you can try updating the version to see, of course, to maintain forward compatibility, I also retained the serialization logic ofImageContent