Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tasko
master
Tasko
Application
Changeset
AddDependency
CreateTask
Context
Engine
JSONTaskSerialization
Key
KVStore
List
Set
Value
MemoryEngine
KVStoreProtocol
MemoryTask
State
NaivePollingScheduler
RedisEngine
KVStoreProtocol
TaskDescriptor
TaskStats
UUIDTaskKeys
Built with Crystal 1.9.2
2023-10-08 10:56:01 UTC
module
Tasko::JSONTaskSerialization
Direct including types
Tasko::MemoryEngine
Tasko::RedisEngine
Defined in:
tasko/helpers.cr
Instance Method Summary
#deserialize_data
(serialized : String, as type : Class)
#serialize_data
(data : D) : String forall D
Instance Method Detail
def
deserialize_data
(serialized : String, as type : Class)
#
[
View source
]
def
serialize_data
(data : D) : String forall D
#
[
View source
]