FloatTypeConverter
ThaumielMapEditor.API.Serialization.Converters
Overview​
Methods​
| Signature | Returns | Description |
|---|---|---|
Accepts(Type) | bool | No description |
ReadYaml(IParser, Type) | object | No description |
ReadYaml(IParser, Type, ObjectDeserializer) | object | No description |
WriteYaml(IEmitter, object, Type) | void | No description |
WriteYaml(IEmitter, object, Type, ObjectSerializer) | void | No description |
Methods​
Accepts​
Accepts
public bool Accepts(Type type)
Parameters​
| Name | Type | Description |
|---|---|---|
type | Type |
Returns​
bool
ReadYaml​
ReadYaml
public object ReadYaml(
IParser parser,
Type type
)
Parameters​
| Name | Type | Description |
|---|---|---|
parser | IParser | |
type | Type |
Returns​
object
ReadYaml​
ReadYaml
public object ReadYaml(
IParser parser,
Type type,
ObjectDeserializer rootDeserializer
)
Parameters​
| Name | Type | Description |
|---|---|---|
parser | IParser | |
type | Type | |
rootDeserializer | ObjectDeserializer |
Returns​
object
WriteYaml​
WriteYaml
public void WriteYaml(
IEmitter emitter,
object value,
Type type
)
Parameters​
| Name | Type | Description |
|---|---|---|
emitter | IEmitter | |
value | object | |
type | Type |
WriteYaml​
WriteYaml
public void WriteYaml(
IEmitter emitter,
object value,
Type type,
ObjectSerializer serializer
)
Parameters​
| Name | Type | Description |
|---|---|---|
emitter | IEmitter | |
value | object | |
type | Type | |
serializer | ObjectSerializer |