serialize.txt

来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 36 行

TXT
36
字号
## Serialize.txt - Resources for serialization-related errors and exceptions.## Copyright (C) 2002  Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA#Serialize_NoObjectID=No object identifier has been assignedSerialize_BadType=Bad type specified for SerializationInfo.AddValueSerialize_AlreadyPresent=The specified name is already presentSerialize_NotField=Member descriptor is not a FieldInfo objectSerialize_NotClrType=Specified type is not a runtime engine typeSerialize_MemberDataMismatch=Member and data arrays have different lengthsSerialize_BadObjectID=Invalid object identifierSerialize_AlreadyRegistered=The specified object identifier has already been registered with a different objectSerialize_MissingFixup=Missing fixup during deseralization processSerialize_BadFixup=Fixup could not be appliedSerialize_StateMissing=Some of the required serialization state is missingSerialize_KeyValueMismatch=The key and value arrays for the hash table have different sizesSerialize_UnknownAssembly=Unknown assembly specifiedSerialize_DelegateTargetMismatch=The delegate target does not match the expected typeSerialize_DelegateNotPublic=The delegate method is not publicSerialize_CannotSerialize=Cannot serialize {0}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?