chaokunyang commented on code in PR #2112:
URL: https://github.com/apache/fury/pull/2112#discussion_r2010427427


##########
dart/packages/fury/lib/src/serializer/array/num_array_serializer.dart:
##########
@@ -0,0 +1,30 @@
+import 'dart:typed_data';
+import 'package:fury/src/deserializer_pack.dart';
+import 'package:fury/src/memory/byte_reader.dart';
+import 'package:fury/src/memory/byte_writer.dart';
+import 'package:fury/src/serializer/array/array_serializer.dart';
+import 'package:fury/src/serializer_pack.dart';
+import 'package:fury/src/util/math_checker.dart';
+
+abstract base class NumArraySerializer<T extends num> extends 
ArraySerializer<T> {

Review Comment:
   ```suggestion
   abstract base class NumericArraySerializer<T extends num> extends 
ArraySerializer<T> {
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to