orientechnologies / OrientDB.Net

OrientDB .Net Core core modules solution.
4 stars 7 forks source link

Honor orientdbproperty #15

Open weizensnake opened 6 years ago

weizensnake commented 6 years ago

When serializing/deserializing an OrientDBEntity, check if the Serializble/Deserializable properties of OrientDBProperty are set. Don't serialize if a property is marked as not serializable and don't deserialize if it is marked as not deserializable.