namespace BeyondTools.SparkBuffer { public enum SparkType : byte { Bool, Byte, Int, Long, Float, Double, Enum, String, Bean, Array, Map } }