C# Primitives
C# Primitive types will be serialized by built-in serialization code. These types include bool
, char
, sbyte
, byte
, short
, ushort
, int
, uint
, long
, ulong
, float
, double
, and string
.
C# Primitive types will be serialized by built-in serialization code. These types include bool
, char
, sbyte
, byte
, short
, ushort
, int
, uint
, long
, ulong
, float
, double
, and string
.