PeterO.Cbor.ICBORConverter-T
## PeterO.Cbor.ICBORConverter
public interface ICBORConverter<T>
Interface implemented by classes that convert objects of arbitrary types to CBOR objects.
Member Summary
[ToCBORObject(T)](#ToCBORObject_T)
- Converts an object to a CBOR object.
Parameters:
- <T>: Type to convert to a CBOR object.
PeterO.Cbor.CBORObject ToCBORObject( T obj);
Converts an object to a CBOR object.
Parameters:
- obj: An object to convert to a CBOR object.
Return Value:
A CBOR object.