473,403 Members | 2,183 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Ho to serialize a class into a byte array and vice versa?

Ole
I have a class that I wish to convert into a byte array for sending over a
serial line and vice versa - how do I do that?

Thanks and regards
Ole
Sep 12 '08 #1
6 2233
Search for BinarySerializer, XmlSerializer, DataContractSerializer, etc.
Or use something more obscure like "protocol buffers" ;-p

Each serializer has different use-cases, features and limitations. Note
that not all types can be serialized; your class must typically declare
that it is suitable for serialization (for example, via [Serializable]).

Marc
Sep 12 '08 #2
Ole
BinarySerializer sounds fine but unfortunately I can't find anything in the
C# documentation that mention such a serializer - please clarify to me.

Thanks
Ole
"Marc Gravell" <ma**********@gmail.comwrote in message
news:e0**************@TK2MSFTNGP04.phx.gbl...
Search for BinarySerializer, XmlSerializer, DataContractSerializer, etc.
Or use something more obscure like "protocol buffers" ;-p

Each serializer has different use-cases, features and limitations. Note
that not all types can be serialized; your class must typically declare
that it is suitable for serialization (for example, via [Serializable]).

Marc

Sep 12 '08 #3
I do apologise - I mistyped; it should have been BinaryFormatter (the
others I cited /are/ named as serializer):

http://msdn.microsoft.com/en-us/libr...formatter.aspx

Marc
Sep 12 '08 #4
Ole
Great - thanks!

BR
Ole
"Marc Gravell" <ma**********@gmail.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
>I do apologise - I mistyped; it should have been BinaryFormatter (the
others I cited /are/ named as serializer):

http://msdn.microsoft.com/en-us/libr...formatter.aspx

Marc

Sep 12 '08 #5
Ole
aw - the binaryformatters aren't supported in compact Framework for which
I'm writting my application. Therefore I now have posted my question in the
compact framework group.

BR
Ole
"Marc Gravell" <ma**********@gmail.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
>I do apologise - I mistyped; it should have been BinaryFormatter (the
others I cited /are/ named as serializer):

http://msdn.microsoft.com/en-us/libr...formatter.aspx

Marc

Sep 23 '08 #6
Note: protobuf-net works on CF ;-p

Marc
Sep 23 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: simonc | last post by:
Can you define a property as type Byte array of a specific length? I am trying to pass a byte array which is 3200 bytes in length from one form (in which the bytes are read from a file) to...
2
by: Joe | last post by:
Hi I have a Generics List in a PropertyGrid I am able to Serialize it to XML but when I try to deserialize back to the class of the PropertyGrid The Constructor doesn't seem to fire to reload...
16
by: Hugh Janus | last post by:
Hi all, I am using the below functions in order to convert strings to bytes and vice versa. I totally ans shamefully stole these functions from this group btw! Anyway, they work great but as...
6
yabansu
by: yabansu | last post by:
Hi all, I think most of you probably know the two .NET framework functions, namely Encoding.GetBytes(string) and Encoding.GetString(byte), to convert string into byte array and vice versa. Now,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.