All three serializers (XmlSerializer, SoapFormatter, BinaryFormatter) can be used to serialize class instances in .NET. XmlSerializer produces XML output, SoapFormatter produces SOAP format, and BinaryFormatter produces binary serialization. The choice depends on the specific requirements like interoperability, format, and performance.