Interface | Description |
---|---|
MarshalQueryable<T> |
Query if a marshaler can marshal to/from a particular native and managed type; if it supports
the combination, allow creating a marshaler instance to do the serialization.
|
Class | Description |
---|---|
Marshaler<T> |
Base class to marshal data to/from managed/native metadata byte buffers.
|
MarshalHelpers |
Static functions in order to help implementing various marshaler functionality.
|
MarshalRegistry |
Registry of supported marshalers; add new query-able marshalers or lookup existing ones.
|