Convert array of struct to byte buffer

Hi, I have a FStruct of a single int and 3 floats. I have a TArray of these structs. I want to serialize the array of structs into a byte buffer (TArray of uint8). Is there a serialize within the Unreal codebase that I can use ?