You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the readme says that binarypack supports primary types like string but i dont get it to work with string.
it work very well for all other types but string seems to be the only exception
which doesnt compile because of Error CS0310 : 'string' must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'BinaryConverter.Serialize<T>(T)'
The text was updated successfully, but these errors were encountered:
Hi,
the readme says that binarypack supports primary types like string but i dont get it to work with string.
it work very well for all other types but string seems to be the only exception
my approch was:
which doesnt compile because of
Error CS0310 : 'string' must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'BinaryConverter.Serialize<T>(T)'
The text was updated successfully, but these errors were encountered: