Skip to content
Commit 74f18675 authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

Added support of SerializableProperty to SerializableObjectModel

* Now SerializableProperty implementations don't need to set the attribute's name, it is provided
   by SerializableObjectModel at serialize/deserialize calls

* Is no longer necessary to create a SerializableProperty instance to serialize/deserialize, this will
   save lot of memory in non initialized objects and provides same functionality to avoid them on
   serialization

* SerializableProperty simplified, just required serialization/deserialization methods, with ist default
   implemention are available, then implementations are simplified to.

* Now is necesary to remove requirement of name on SerializableProperty implementations
parent 250ac402
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment