Make adding header as specified default for LLSD/Binary serialization.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3549 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -116,7 +116,7 @@ namespace OpenMetaverse.StructuredData
|
||||
/// <returns>Serialized data</returns>
|
||||
public static byte[] SerializeLLSDBinary(OSD osd)
|
||||
{
|
||||
return SerializeLLSDBinary(osd, false);
|
||||
return SerializeLLSDBinary(osd, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -142,7 +142,7 @@ namespace OpenMetaverse.StructuredData
|
||||
/// <returns>Serialized data</returns>
|
||||
public static MemoryStream SerializeLLSDBinaryStream(OSD data)
|
||||
{
|
||||
return SerializeLLSDBinaryStream(data, false);
|
||||
return SerializeLLSDBinaryStream(data, true);
|
||||
}
|
||||
/// <summary>
|
||||
/// Serializes OSD to binary format
|
||||
|
||||
Reference in New Issue
Block a user