Is there a way to save a complete class to a binary file without having to save each element in the class? Kinda like in VB6, I could place everything in a TYPE and just save the whole TYPE in one big binary chunk.. Is there anything simular to this method of saving data in vb.net?