3#ifndef __SCISERIALIZE_H__
4#define __SCISERIALIZE_H__
20gsi_u8* sciSerializeInt8 (gsi_u8* theCursor, gsi_i8 theValue);
22gsi_u8* sciSerializeInt16 (gsi_u8* theCursor, gsi_i16 theValue);
24gsi_u8* sciSerializeInt32 (gsi_u8* theCursor, gsi_i32 theValue);
26gsi_u8* sciSerializeInt64 (gsi_u8* theCursor, gsi_i64 theValue);
28gsi_u8* sciSerializeFloat (gsi_u8* theCursor,
float theValue);
30gsi_u8* sciSerializeKey (gsi_u8* theCursor, gsi_u16 theKey);
32gsi_u8* sciSerializeDataLength(gsi_u8* theCursor, gsi_u32 theDataLength);
34gsi_u8* sciSerializeGUID (gsi_u8* theCursor,
const gsi_u8 theGUID[SC_CONNECTION_GUID_SIZE]);