在理想状况下,与记忆体之间进行的文件序列化和还原序列化程序对于应用程式而言应该是透明的。
The application calls a serializer "write" method to save the document, while a deserializer "read" method accesses the data store and recreates the original instance in memory.
在理想状况下,与记忆体之间进行的文件序列化和还原序列化程序对于应用程式而言应该是透明的。
The application calls a serializer "write" method to save the document, while a deserializer "read" method accesses the data store and recreates the original instance in memory.
应用推荐