chaokunyang commented on code in PR #2112:
URL: https://github.com/apache/fury/pull/2112#discussion_r2010429580
##########
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:
change file name too. But I think we can move this class into
array_serializer.dart.
Does dart allow declare multiple class in one file
--
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]