Best practice for saving models (MixedModels.jk

I build a model in MixedModels.jl. I need to save this model. If this were Python I would pickle it. What is the best practice for Julia?

https://github.com/JuliaStats/MixedModels.jl/issues/169