public void Deserialize(ByteArray buffer) { items = ProtoUtils.DeserializeIntArray(buffer); testfloats = ProtoUtils.DeserializeFloatArray(buffer); }