preConditions, rollback, property, include, includeAll cannot be serialized
Description
Environment
N/A
Activity
Show:
Nathan Voxland May 28, 2015 at 8:32 PM
Merged pull request
Mark Chesney May 11, 2015 at 9:04 PM
Please have a look at PR#423 and let me know if you have any feedback or suggestions. Thanks!
Fixed
Details
Details
Reporter
Mark Chesney
Mark Chesney(Deactivated)Fix versions
Affects versions
Priority
Created May 11, 2015 at 8:02 PM
Updated May 28, 2015 at 8:32 PM
Resolved May 28, 2015 at 8:32 PM
preConditions
, which can be a child ofdatabaseChangeLog
orchangeSet
, cannot be serialized by anyChangeLogSerializer
implementation. Therollback
child ofchangeSet
is serialized as Change[].toString().property
,include
,includeAll
children ofdatabaseChangeLog
cannot be serialized.