File tree Expand file tree Collapse file tree
test/MsgPack.UnitTest.Xamarin.iOS/Serialization Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ public static void SetupFixture()
4040 MessagePackSerializer . PrepareCollectionType < byte > ( ) ;
4141 MessagePackSerializer . PrepareCollectionType < char > ( ) ;
4242 MessagePackSerializer . PrepareCollectionType < int > ( ) ;
43+ MessagePackSerializer . PrepareCollectionType < float > ( ) ;
44+ MessagePackSerializer . PrepareCollectionType < double > ( ) ;
45+ MessagePackSerializer . PrepareCollectionType < short > ( ) ;
46+ MessagePackSerializer . PrepareCollectionType < uint > ( ) ;
47+ MessagePackSerializer . PrepareCollectionType < ulong > ( ) ;
48+ MessagePackSerializer . PrepareCollectionType < sbyte > ( ) ;
4349 MessagePackSerializer . PrepareDictionaryType < string , int > ( ) ;
4450 new ArraySegmentEqualityComparer < byte > ( ) . Equals ( default ( ArraySegment < byte > ) , default ( ArraySegment < byte > ) ) ;
4551 new ArraySegmentEqualityComparer < char > ( ) . Equals ( default ( ArraySegment < char > ) , default ( ArraySegment < char > ) ) ;
You can’t perform that action at this time.
0 commit comments