由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - for C# code
相关主题
Question about data member offseta simple question for C++ class
function declarationusing namespace std; 比 using std::vector; 效率低么?thx
Boost.Serialization no longer maintained?请问一个exception题目
about layout of List in C#关于 VC++ vitual, reload 和 derive的一个问题...
Another question about stream发个初级面试题
大学里面14年下半年的学期要教streaming programming【求助】为什么类里面不能初始化vector的大小? (转载)
Spark会干掉Storm吗?Greasemonkey script for mitbbs (转载)
coltzhao等scala党说说streaming吧gcc和vc
相关话题的讨论汇总
话题: point3d话题: could话题: private话题: c#
进入Programming版参与讨论
1 (共1页)
e******r
发帖数: 220
1
if it says a class could be serializable, what does it mean ?
Could anyone give me any idea ? thanks
namespace RoadSplineMath
{
[Serializable()]
public class Line3D : System.ICloneable
{
private Point3D m_A;
private Point3D m_B;
.........................................
N********n
发帖数: 8363
2


You can stream an object into a channel and restore it at the other end.

【在 e******r 的大作中提到】
: if it says a class could be serializable, what does it mean ?
: Could anyone give me any idea ? thanks
: namespace RoadSplineMath
: {
: [Serializable()]
: public class Line3D : System.ICloneable
: {
: private Point3D m_A;
: private Point3D m_B;
: .........................................

e******r
发帖数: 220
3
为什么要stream an object into a channel and then restore ? google
了一下还是糊涂.

【在 N********n 的大作中提到】
:
:
: You can stream an object into a channel and restore it at the other end.

1 (共1页)
进入Programming版参与讨论
相关主题
gcc和vcAnother question about stream
还请教一个关于C++的问题大学里面14年下半年的学期要教streaming programming
最初级的白痴C++问题Spark会干掉Storm吗?
两个继承问题coltzhao等scala党说说streaming吧
Question about data member offseta simple question for C++ class
function declarationusing namespace std; 比 using std::vector; 效率低么?thx
Boost.Serialization no longer maintained?请问一个exception题目
about layout of List in C#关于 VC++ vitual, reload 和 derive的一个问题...
相关话题的讨论汇总
话题: point3d话题: could话题: private话题: c#