Table of Contents Previous Next
Logo
Chapter 26
Copyright © 2003-2009 ZeroC, Inc.

Chapter 26 

Client-Side Slice-to-Ruby Mapping

26.1 Chapter Overview

In this chapter, we present the client-side Slice-to-Ruby mapping. One part of the client-side Ruby mapping concerns itself with rules for representing each Slice data type as a corresponding Ruby type; we cover these rules in Section 26.3 to Section 26.10. Another part of the mapping deals with how clients can invoke operations, pass and receive parameters, and handle exceptions. These topics are covered in Section 26.11 to Section 26.13. Slice classes have the characteristics of both data types and interfaces and are covered in Section 26.14. Code generation issues are discussed in Section 26.15, while Section 26.17 addresses the use of Slice checksums.
Table of Contents Previous Next
Logo