2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
5 * Code to serialize and deserialize objects to/from WvBufs.
8 #include "wvserialize.h"
11 WvString _wv_deserialize
<WvString
>(WvBuf
&buf
)
13 unsigned int len
= buf
.strchr('\0');
17 return (const char *)buf
.get(len
);