IEntityJsonConverter Class
- Namespace:
- Weavy.Core.Json
- Assembly:
- Weavy.Core.dll
public class IEntityJsonConverter : CustomCreationConverter<IEntity>
- Inheritance:
- System.Object → IEntityJsonConverter
Constructors
IEntity |
Methods
Can |
Determines whether this instance can convert the specified object type. |
Create(Type) | Creates an object which will then be populated by the serializer. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |