数据类型支持

.NET JAVA
  1. bool char byte sbyte short ushort int uint long ulong float double decimal DateTime Guid bool? char? byte? sbyte? short? ushort? int? uint? long? ulong? float? double? decimal? DateTime? Guid? string //non-indexable MemoryStream STREAM ; Dictionary<string, object> bool[] char[] byte[] sbyte[] short[] ushort[] int[] uint[] long[] ulong[] float[] double[] decimal[] DateTime[] Guid[]
  1. boolean Boolean byte Byte char Character short Short int Integer long Long float Float double Double UUID Date //dynamic length BigDecimal BigInteger String //Non-Indexable byte[] HashMap<String,Object> Object[]