I have an Array property (for storing different type of arrays like float[] and int[]) in some class:
[DataMember] public object[] Array { get; set; }