Type guard function that checks if a value is an instance of IPersistSerializer.
IPersistSerializer
The type of the data that is serialized and deserialized.
The type of the data that is written to storage.
The type of the data that is validated.
The value to check.
true if the value is an instance of IPersistSerializer, false otherwise.
true
false
v0.0.5
Type guard function that checks if a value is an instance of
IPersistSerializer
.