Using this method: Override field name deserialization in ServiceStack I am able to override field names. Is there an alternative where I don't have to use DataContract? I'd like to be opt-out serialization.
Edit: as stated in comments below, this is not available by design to match the rest of .NET.