代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/492058/6423631
cpp serializable.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/492058/6423636
h serializable.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/342841/11996330
cpp serializable.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/342841/11996345
h serializable.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/337525/12364892
h serializable.h
#ifndef SERIALIZABLE_H_
#define SERIALIZABLE_H_
class IStream;
class ISerializable
{
public:
virtual ~ISerializable() {};
virtual bool Write(IStream & stream) const = 0;
www.eeworm.com/read/336724/12419811
cpp serializable.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/336724/12419825
h serializable.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/221293/14747109
class serializable.class
www.eeworm.com/read/486832/1246585
java serializable.java
/************************************************************************
This file is part of java core libraries for the simpleRTJ virtual machine.
This file is covered by the GNU GPL with the f
www.eeworm.com/read/475888/1378270
java serializable.java
/*
* @(#)Serializable.java 1.24 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This progr