Instance Method
postRead(_:)postRead:postRead_
Performs post-read operations with the specified format version.
Declaration
func postRead(_ formatVersion: GSFormatVersion)Declaration
- (void) postRead:(GSFormatVersion) formatVersion;Declaration
postRead_(formatVersion: GSFormatVersion)Parameters
formatVersionThe format version to use for post-read operations.