Serialize UTexture2D

Hi,

I wonder if there is anyway to serialize the UTexture2D objects. I tried with the Serialize function that the object is inherited from UObject but it didn’t work. It said that the function is not implemented.

If it is not possible then should I save the data that is used to render the texture instead?

Thank you very much.