1 2 3 4 5 6 7
try { string __result_str = ({{ serialize_expr }}) ?? string.Empty; outResult = global::System.Runtime.InteropServices.Marshal.StringToCoTaskMemUTF8(__result_str); } catch { outResult = IntPtr.Zero; throw; }