public void Serialize(ByteArray buffer) { ProtoUtils.SerializeIntArray(buffer, items); ProtoUtils.SerializeFloatArray(buffer, testfloats); }