Composition<TOleServices, TNrbfSerializer, TDataFormat>
sealed class Composition<TOleServices, TNrbfSerializer, TDataFormat> : IDataObjectInternal, Interface, IDataObject where TOleServices : IOleServices where TNrbfSerializer : INrbfSerializer where TDataFormat : IDataFormat<TDataFormat>
public HRESULT DAdvise(FORMATETC* pformatetc, uint advf, IAdviseSink* pAdvSink, UInt32* pdwConnection)
public void SetDataAsJson<T, TDataObject>(T data, string format = null) where TDataObject : IComVisibleDataObject
Stores the data in the specified format using the JsonSerializer.
public bool TryGetData<T>(string format, Func<TypeName, Type> resolver, bool autoConvert, out T data)