File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
notes/__Elephant_Documentation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Elephant allows for the definition of callback methods per constructor. These ar
168
168
ELEPHANT_PRE_WRITE_METHOD Executed immediately before serialization
169
169
ELEPHANT_POST_WRITE_METHOD Executed immediately after serialization
170
170
ELEPHANT_PRE_READ_METHOD Executed immediately before deserialization
171
- ELEPHANT_POST_READ_METHOD Executed immediately after deserialization
171
+ ELEPHANT_POST_READ_METHOD Executed after deserialization of the entire data structure
172
172
173
173
During the execution of callbacks, two macros can be read: ELEPHANT_SCHEMA_VERSION and ELEPHANT_IS_DESERIALIZING.
174
174
ELEPHANT_SCHEMA_VERSION contains the schema version that is being used, whereas ELEPHANT_IS_DESERIALIZING will be
You can’t perform that action at this time.
0 commit comments