- Preparing search index...
- The search index is not available
moize
- serializeWith<Serializer>(serializer): Moizer<{
isSerialized: true;
serializer: Serialize;
}>
-
Type Parameters
-
Serializer extends Serialize
Returns Moizer<{
isSerialized: true;
serializer: Serialize;
}>
the moizer function
Function
Name
serializeWith
Memberof
module:moize
Alias
moize.serializeWith
Description
a moized method that will serialize the arguments passed to use as the cache key based on the serializer passed