Skip to content

Commit 80bea09

Browse files
committed
Update __Elephant_Documentation.txt
1 parent b3cddc0 commit 80bea09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/__Elephant_Documentation/__Elephant_Documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Elephant allows for the definition of callback methods per constructor. These ar
168168
ELEPHANT_PRE_WRITE_METHOD Executed immediately before serialization
169169
ELEPHANT_POST_WRITE_METHOD Executed immediately after serialization
170170
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
172172

173173
During the execution of callbacks, two macros can be read: ELEPHANT_SCHEMA_VERSION and ELEPHANT_IS_DESERIALIZING.
174174
ELEPHANT_SCHEMA_VERSION contains the schema version that is being used, whereas ELEPHANT_IS_DESERIALIZING will be

0 commit comments

Comments
 (0)