Interface IRawEntityConvertible
WIP v22 2dm
[WorkInProgressApi("v22")]
public interface IRawEntityConvertible : IRawData
Methods
GetConverter()
Get a raw-entity converter for this object.
IRawEntityConverter GetConverter()
Returns
- IRawEntityConverter
An instance of the converter or if it should use the default, returns null.
Remarks
Must be a method, to better shield it from serialization issues. If it was a property, it would be serialized and then deserialized, which could cause problems.
We also recommend any implementations being explicit, so it doesn't show up in the API or intellisense.