SaveGame is there an easy way to save an array of actors?

I have an inventory array with weapons that have ammo, or other variables in them. Is there something like Serialize for the actors to save?

Or should I just save an array of the actor classes and the variables that are needed from the object? Then load them and spawn those actors and set their variables?