Hi,
Simple question again. Could you please give me a hint of how to use binary archive writer, i.e. on base of this example:
What would be the
GelthSerialization gelth = new GelthSerialization();
gelth.X = 1;
gelth.Y = 2;
gelth.Z = 3;
gelth.Write(???)