181182183184185186187188189
} @Test public void SerializeUndef() throws Exception { OSD llsdUndef = new OSD(); byte[] binaryUndefSerialized = BinaryLLSDOSDParser.SerializeLLSDBinary(llsdUndef); Assert.assertArrayEquals(binaryUndef, binaryUndefSerialized); }