Class EnumFormatterHelper
Inherited Members
Namespace: OpenSearch.Net.Utf8Json.Formatters
Assembly: OpenSearch.Net.dll
Syntax
public static class EnumFormatterHelper
Methods
| Edit this page View SourceGetDeserializeDelegate(Type, out bool)
Declaration
public static object GetDeserializeDelegate(Type type, out bool isBoxed)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
bool | isBoxed |
Returns
Type | Description |
---|---|
object |
GetSerializeDelegate(Type, out bool)
Declaration
public static object GetSerializeDelegate(Type type, out bool isBoxed)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
bool | isBoxed |
Returns
Type | Description |
---|---|
object |