diff --git a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj index 6f0e09e..6fab6bb 100644 --- a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj +++ b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj @@ -22,7 +22,7 @@ - + diff --git a/Esiur/Data/Codec.cs b/Esiur/Data/Codec.cs index 7033bba..501fea1 100644 --- a/Esiur/Data/Codec.cs +++ b/Esiur/Data/Codec.cs @@ -199,7 +199,7 @@ public static class Codec [typeof(List)] = DataSerializer.RawDataComposerFromList, //[typeof(List)] = DataSerializer.RawDataComposerFromList, [typeof(string)] = DataSerializer.StringComposer, -#pragma + // Special [typeof(object[])] = DataSerializer.ListComposer,// DataSerializer.ListComposerFromArray, [typeof(List)] = DataSerializer.ListComposer,// DataSerializer.ListComposerFromList, diff --git a/Esiur/Esiur.csproj b/Esiur/Esiur.csproj index 78c4948..601d9af 100644 --- a/Esiur/Esiur.csproj +++ b/Esiur/Esiur.csproj @@ -62,7 +62,7 @@ - + @@ -73,11 +73,11 @@ - + - - + +