Is it possible to apply custom serialization/deserialization of Classes with ServiceStack.Text, without using the [DataContract] attribute? either on Properties or complete objects (ToString/ParseJson)
Daniel Halan:
Thanks, also guessing there is no alternative to Attribute-level name-changing (ie DataContract) ? as DataContracts are all or nothing, which is not convenient to use in a Base class