alpinegizmo commented on a change in pull request #7475: [FLINK-11292][doc] Update document about how to use new CompositeType… URL: https://github.com/apache/flink/pull/7475#discussion_r249033190
########## File path: docs/dev/stream/state/custom_serialization.md ########## @@ -201,6 +201,10 @@ to the implementation of state serializers and their serializer snapshots. ## Implementation notes and best practices +Apart from the following two points, we also recommend serializer with nested serializers implementing its snapshot +by extending as subclass of `CompositeTypeSerializerSnapshot`. Review comment: Apart from the following two points, we also recommend that serializers with nested serializers implement snapshotting by extending `CompositeTypeSerializerSnapshot` as a subclass. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
