2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-04 02:08:21 +00:00
This commit is contained in:
2024-06-22 03:50:54 +03:00
parent 8a30c92e19
commit 26794f08e7
32 changed files with 1508 additions and 595 deletions

View File

@@ -214,6 +214,7 @@ class Codec {
UInt8: DataSerializer.uInt8Composer,
Int16: DataSerializer.int16Composer,
UInt16: DataSerializer.uInt16Composer,
Float32: DataSerializer.float128Composer,
int: DataSerializer.int64Composer,
//[typeof(long?)] = DataSerializer.Int64Composer,
//[typeof(ulong)] = DataSerializer.UIn64Composer,