mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 22:48:42 +00:00
Deadlock tests
This commit is contained in:
@@ -489,7 +489,9 @@ public static class Codec
|
||||
[typeof(Map<object?, object>)] = DataSerializer.MapComposer,
|
||||
[typeof(Map<object, object?>)] = DataSerializer.MapComposer,
|
||||
[typeof(Map<object?, object?>)] = DataSerializer.MapComposer,
|
||||
[typeof(PropertyValue[])] = DataSerializer.PropertyValueArrayComposer
|
||||
[typeof(PropertyValue[])] = DataSerializer.PropertyValueArrayComposer,
|
||||
// Sparse property delta for the reattach reply (index -> value/age/date).
|
||||
[typeof(Map<byte, PropertyValue>)] = DataSerializer.PropertyValueMapComposer
|
||||
// Typed
|
||||
// [typeof(bool[])] = (value, con) => DataSerializer.TypedListComposer((IEnumerable)value, typeof(bool), con),
|
||||
// [typeof(bool?[])] = (value, con) => (TransmissionDataUnitIdentifier.TypedList, new byte[] { (byte)value }),
|
||||
|
||||
Reference in New Issue
Block a user