- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
SID # 10 (draft) - Storage of pickled Scala signatures in class files
Created by dubochet on 2010-05-31.
Updated: 2010-06-01, 14:56
Scala Improvement Document # 10
Revision: 4 - Date: 2010-06-01
Status:
draft
SID:
Storage of pickled Scala signatures in class files This document describes the method through which pickled Scala signatures are stored in Java class files. Its first part is destined to all interested person and should be accessible to most Scala developers. It gives an overview of pickled signatures, explains the Scala 2.8 implementation with respect to the legacy implementation and describes possible compatibility issues. The second part is primarily intended for developer of tools that have to read Scala signatures in class files.
You may safely ignore this document if you have not been using prerelease versions of Scala 2.8 and are not developing a tool that directly accesses Scala signatures.