AssetReferences Not serializing in Inspector in unity 2019 LTS

The last time i tested it on 2020.1.0f1 asset references would be referenced in inspector since they were serialized in the inspector, and currently, there is no way to serialize Asset references in the inspector in 2019 LTS

Is there any workaround or solution for this? i need this feature heavily and i can not update since unity 2020 has much worse performance for oculus quest than 2019

Ok, i just found the “Problem” its just that until unity 2020.1 generic types could not be serialized

so i changed my AssetReferenceT to a wrapper MyClassAssetReference
And that solved my issue!