[−][src]Function holochain_wasm_utils::memory_serialization::store_as_json
pub fn store_as_json<T: Serialize>(
stack: &mut SinglePageStack,
internal: T
) -> Result<SinglePageAllocation, RibosomeErrorCode>
Write a data struct as a json string in wasm memory according to stack state.